summaryrefslogtreecommitdiff
path: root/sys/netgraph/ng_sample.c
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-11-30 02:45:32 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-11-30 02:45:32 +0000
commitf8307e1233657707bc582110f07373c96d91943b (patch)
treed0bdc8cb4f3c7f0a7a7969ee3242511ac19780bb /sys/netgraph/ng_sample.c
parent44856387160435985b3d0972db19a60e74ca56cb (diff)
Notes
Diffstat (limited to 'sys/netgraph/ng_sample.c')
-rw-r--r--sys/netgraph/ng_sample.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/ng_sample.c b/sys/netgraph/ng_sample.c
index 5c68ad9820db..688cd81f8e84 100644
--- a/sys/netgraph/ng_sample.c
+++ b/sys/netgraph/ng_sample.c
@@ -79,7 +79,8 @@ static struct ng_type typestruct = {
ng_xxx_connect,
ng_xxx_rcvdata,
ng_xxx_rcvdataq,
- ng_xxx_disconnect
+ ng_xxx_disconnect,
+ NULL
};
NETGRAPH_INIT(xxx, &typestruct);