diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-21 11:33:22 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-11-21 11:33:22 +0000 |
commit | bb6bfca3dfa6a5d3500e51459b38bb6d0ca6a4b2 (patch) | |
tree | 5c5c51ee618d4c7ce540ca5cdebd21f20d423db7 /cfsysline.h | |
parent | 8d606ea26d5fc79b845bafbc08d979ecc2ba0529 (diff) | |
download | rsyslog-bb6bfca3dfa6a5d3500e51459b38bb6d0ca6a4b2.tar.gz rsyslog-bb6bfca3dfa6a5d3500e51459b38bb6d0ca6a4b2.tar.xz rsyslog-bb6bfca3dfa6a5d3500e51459b38bb6d0ca6a4b2.zip |
added support so that linkedlist key can be used for owner handle
Diffstat (limited to 'cfsysline.h')
-rw-r--r-- | cfsysline.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cfsysline.h b/cfsysline.h index a7fad234..211210cc 100644 --- a/cfsysline.h +++ b/cfsysline.h @@ -46,10 +46,6 @@ struct cslCmdHdlr_s { /* config file sysline parse entry */ ecslCmdHdrlType eType; /* which type of handler is this? */ rsRetVal (*cslCmdHdlr)(); /* function pointer to use with handler (params depending on eType) */ void *pData; /* user-supplied data pointer */ - void *pOwnerCookie; /* a pointer to the owner of this handler. This is important if - * the handler for a specifc owner needs to be removed. Most often, this - * is an actual pointer to a module - may be anything, but must be unique. - */ }; typedef struct cslCmdHdlr_s cslCmdHdlr_t; |