remove FIXME
This commit is contained in:
@@ -202,8 +202,6 @@ typedef struct chfPluginIf {
|
||||
*/
|
||||
void (* channel_report) (dbChannel *chan, void *pvt, int level, const unsigned short indent);
|
||||
|
||||
/* FIXME: More filter routines here ... */
|
||||
|
||||
/** @brief Channel close request.
|
||||
*
|
||||
* <em>Called as part of connection shutdown.</em>
|
||||
|
||||
@@ -121,7 +121,6 @@ typedef struct chFilterIf {
|
||||
void (* channel_register_pre) (chFilter *filter, chPostEventFunc **cb_out, void **arg_out, db_field_log *probe);
|
||||
void (* channel_register_post)(chFilter *filter, chPostEventFunc **cb_out, void **arg_out, db_field_log *probe);
|
||||
void (* channel_report)(chFilter *filter, int level, const unsigned short indent);
|
||||
/* FIXME: More filter routines here ... */
|
||||
void (* channel_close)(chFilter *filter);
|
||||
} chFilterIf;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user