diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-21 08:41:20 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-21 08:41:20 +0200 |
commit | 86e59fa0f02df93191cf97d823c790c5aacb4d97 (patch) | |
tree | 5cc4a1eaf5b5d48785dbd57e430f638fafe3c21a | |
parent | f3e2aaa898b879663a315f10adc8d5a8344d554f (diff) | |
download | rsyslog-86e59fa0f02df93191cf97d823c790c5aacb4d97.tar.gz rsyslog-86e59fa0f02df93191cf97d823c790c5aacb4d97.tar.bz2 rsyslog-86e59fa0f02df93191cf97d823c790c5aacb4d97.zip |
cleanup: remove (no longer?) needed structure member
-rw-r--r-- | runtime/modules.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtime/modules.h b/runtime/modules.h index 64644be2..23df22d6 100644 --- a/runtime/modules.h +++ b/runtime/modules.h @@ -122,10 +122,6 @@ struct modInfo_s { rsRetVal (*activateCnf)(void*Cnf); /* make provided config the running conf */ rsRetVal (*freeCnf)(void*Cnf); /* end v2 config system specific */ - /* below: create an instance of this module. Most importantly the module - * can allocate instance memory in this call. - */ - rsRetVal (*createInstance)(); union { struct {/* data for input modules */ /* TODO: remove? */rsRetVal (*willRun)(void); /* check if the current config will be able to run*/ |