Define the new command NGM_SOURCE_START_NOW to allow generation of

traffic for non-ethernet hooks. This commit should have been packaged
with the commit to ng_source.c.
This commit is contained in:
Hartmut Brandt 2004-01-26 14:54:39 +00:00
parent f5d15522f7
commit 46005fe0eb

@ -89,6 +89,7 @@ enum {
NGM_SOURCE_START, /* start sending queued data */
NGM_SOURCE_STOP, /* stop sending queued data */
NGM_SOURCE_CLR_DATA, /* clear the queued data */
NGM_SOURCE_START_NOW, /* start on non-ether output */
};
#endif /* _NETGRAPH_NG_SOURCE_H_ */