diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-17 18:03:53 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-01-17 18:03:53 +0100 |
commit | 05194422ee8fa038d99fe77a2e9d776d25623fd2 (patch) | |
tree | a9458ce51126ea0cd813028847521b2ab2903145 /include/conntrackd.h | |
parent | c54c8c9287fc87177daf9b51933f92c7e6402904 (diff) | |
download | conntrack-tools-05194422ee8fa038d99fe77a2e9d776d25623fd2.tar.gz conntrack-tools-05194422ee8fa038d99fe77a2e9d776d25623fd2.zip |
src: remove register_fds hooks
This patch moves the file descriptor registration after the
initialization instead of having a specific hook for this.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/conntrackd.h')
-rw-r--r-- | include/conntrackd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/conntrackd.h b/include/conntrackd.h index d5b61c6..fbf126a 100644 --- a/include/conntrackd.h +++ b/include/conntrackd.h @@ -199,7 +199,6 @@ extern struct ct_general_state st; struct ct_mode { int (*init)(void); - int (*register_fds)(struct fds *fds); void (*run)(fd_set *readfds); int (*local)(int fd, int type, void *data); void (*kill)(void); |