1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=125034

View File

@ -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_ */