From c75105ab6e6eeac0b013eab186c97641984f68cc Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 13 Oct 2004 10:33:26 +0000 Subject: Make initializing smux connection configurable - "smux peer OID" command initializes connection, and "no smux peer" command terminates it. Fixes bugzilla #47 and #112. --- lib/smux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/smux.h') diff --git a/lib/smux.h b/lib/smux.h index 975cf8b9..dd44a31d 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 *, -- cgit v1.2.1