[Autosec-devel] sonar/src plugin.h,1.40,1.41
Brought to you by:
red0x
From: red0x <re...@us...> - 2004-04-08 21:56:07
|
Update of /cvsroot/autosec/sonar/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19429/src Modified Files: plugin.h Log Message: Slight documentation update Index: plugin.h =================================================================== RCS file: /cvsroot/autosec/sonar/src/plugin.h,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** plugin.h 8 Apr 2004 19:11:03 -0000 1.40 --- plugin.h 8 Apr 2004 21:42:50 -0000 1.41 *************** *** 388,392 **** \subsection pother Other Questions If you have any questions about how to do anything else with plugins, see ! \link bare.c bare.c \endlink , \link log_file.h log_file.h \endlink , and \link plugin.h plugin.h \endlink . If you want to make a very bare plugin that only does a few things, just provide all the functions and have each return --- 388,392 ---- \subsection pother Other Questions If you have any questions about how to do anything else with plugins, see ! the plugin manual , \link log_file.h log_file.h \endlink , and \link plugin.h plugin.h \endlink . If you want to make a very bare plugin that only does a few things, just provide all the functions and have each return *************** *** 439,446 **** \section apichanges Changes as of 1.5 ! As of API version 1.5, I have made some options global to all plugins (like the TTL) ! See \ref sonarContext and \ref pluginContext . Also, \c plugin_network_command_handler has ! been removed. All targets are handled by sonar, so your network plugins will not have to ! handle name resolving. As a result, the pointer to the name resolving function has been removed. */ --- 439,445 ---- \section apichanges Changes as of 1.5 ! As of API version 1.5, I have made some options global to all plugins ! See \ref sonar_options_s. Also, \c plugin_args has ! been removed. All options specific to your plugin will be passed to \c plugin_open. */ |