Add explicit null entries for new entrypoints.
Forgotten by: Archie
This commit is contained in:
parent
d0fef8084f
commit
86079f581f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=53981
@ -276,7 +276,8 @@ static struct ng_type typestruct = {
|
||||
ngar_connect,
|
||||
ngar_rcvdata,
|
||||
ngar_rcvdata,
|
||||
ngar_disconnect
|
||||
ngar_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngar_done_init = 0;
|
||||
|
@ -276,7 +276,8 @@ static struct ng_type typestruct = {
|
||||
ngar_connect,
|
||||
ngar_rcvdata,
|
||||
ngar_rcvdata,
|
||||
ngar_disconnect
|
||||
ngar_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngar_done_init = 0;
|
||||
|
@ -396,7 +396,8 @@ static struct ng_type typestruct = {
|
||||
ngsr_connect,
|
||||
ngsr_rcvdata,
|
||||
ngsr_rcvdata,
|
||||
ngsr_disconnect
|
||||
ngsr_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngsr_done_init = 0;
|
||||
|
@ -396,7 +396,8 @@ static struct ng_type typestruct = {
|
||||
ngsr_connect,
|
||||
ngsr_rcvdata,
|
||||
ngsr_rcvdata,
|
||||
ngsr_disconnect
|
||||
ngsr_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngsr_done_init = 0;
|
||||
|
@ -276,7 +276,8 @@ static struct ng_type typestruct = {
|
||||
ngar_connect,
|
||||
ngar_rcvdata,
|
||||
ngar_rcvdata,
|
||||
ngar_disconnect
|
||||
ngar_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngar_done_init = 0;
|
||||
|
@ -396,7 +396,8 @@ static struct ng_type typestruct = {
|
||||
ngsr_connect,
|
||||
ngsr_rcvdata,
|
||||
ngsr_rcvdata,
|
||||
ngsr_disconnect
|
||||
ngsr_disconnect,
|
||||
NULL
|
||||
};
|
||||
|
||||
static int ngsr_done_init = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user