ng_async.c (859a4d166c0fc97b248bf33c8745b7494934b0bf) | ng_async.c (589f6ed8ce4b9da11cbdce95d6dcf9ad45792175) |
---|---|
1 2/* 3 * ng_async.c 4 * 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 6 * All rights reserved. 7 * 8 * Subject to the following obligations and disclaimer of warranty, use and --- 134 unchanged lines hidden (view full) --- 143 &nga_stats_type, 144 NULL 145 }, 146 { 0 } 147}; 148 149/* Define the netgraph node type */ 150static struct ng_type typestruct = { | 1 2/* 3 * ng_async.c 4 * 5 * Copyright (c) 1996-1999 Whistle Communications, Inc. 6 * All rights reserved. 7 * 8 * Subject to the following obligations and disclaimer of warranty, use and --- 134 unchanged lines hidden (view full) --- 143 &nga_stats_type, 144 NULL 145 }, 146 { 0 } 147}; 148 149/* Define the netgraph node type */ 150static struct ng_type typestruct = { |
151 NG_VERSION, | 151 NG_ABI_VERSION, |
152 NG_ASYNC_NODE_TYPE, 153 NULL, 154 nga_constructor, 155 nga_rcvmsg, 156 nga_shutdown, 157 nga_newhook, 158 NULL, 159 NULL, --- 454 unchanged lines hidden --- | 152 NG_ASYNC_NODE_TYPE, 153 NULL, 154 nga_constructor, 155 nga_rcvmsg, 156 nga_shutdown, 157 nga_newhook, 158 NULL, 159 NULL, --- 454 unchanged lines hidden --- |