mfd: table_interface.c: user-serviceable or not?

2013-02-02 Thread Bill Fenner
Given the comments that mfd adds at the top of table_interface.c: * *** NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE *** * *** THIS FILE DOES NOT CONTAIN ANY USER EDITABLE CODE. *** I expected that I wouldn't have to mess with it. However, in _table_container_row_sa

Should agent_process_and_check() handle fd_event_manager-registered file descriptors?

2013-02-02 Thread Bill Fenner
I'm writing a MIB module which also sends and receives packets, so in order to receive them and not block the main loop I'm using register_readfd(). For testing, I'm using standalone AgentX subagent mode, with the default main loop of while ( 1 ) { agent_process_and_check( 1 ); } However, it