diff options
author | hasso <hasso> | 2004-10-13 12:33:26 +0200 |
---|---|---|
committer | hasso <hasso> | 2004-10-13 12:33:26 +0200 |
commit | c75105ab6e6eeac0b013eab186c97641984f68cc (patch) | |
tree | ea221df06e957de7e83f379c9b45f578762736e7 /lib/smux.h | |
parent | Unbreak compilation with ospfapi disabled. We should seriously think about (diff) | |
download | frr-c75105ab6e6eeac0b013eab186c97641984f68cc.tar.xz frr-c75105ab6e6eeac0b013eab186c97641984f68cc.zip |
Make initializing smux connection configurable - "smux peer OID" command
initializes connection, and "no smux peer" command terminates it. Fixes
bugzilla #47 and #112.
Diffstat (limited to 'lib/smux.h')
-rw-r--r-- | lib/smux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/smux.h b/lib/smux.h index 975cf8b98..dd44a31d7 100644 --- a/lib/smux.h +++ b/lib/smux.h @@ -144,7 +144,7 @@ struct trap_object (u_char *) &snmp_in_addr_val \ ) -void smux_init (struct thread_master *tm, oid [], size_t); +void smux_init (struct thread_master *tm); void smux_start (void); void smux_register_mib(const char *, struct variable *, size_t, int, oid [], size_t); int smux_header_generic (struct variable *, oid [], size_t *, int, size_t *, |