I would like to request that the prototypes for

void debug_print_registered_tokens(void);
int debug_enable_token_logs(const char *);
int debug_disable_token_logs(const char *);

be exposed in a net-snmp header file.  I realize they were probably
put there for use from gdb, but in our system we already have an RPC
interface to our processes that are acting as agentx subagents, so I
added wrappers for these (along with debug_register_tokens and
snmp_set_do_debugging) to allow for interactive configuration of
debugging.

For now, I'm taking the risk of putting the prototypes in the code
that's making the calls.  What do people think about making this part
of the library's defined API?

Thanks,
  Bill

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to