mirror of
https://github.com/matrix-construct/construct
synced 2024-11-18 07:50:57 +01:00
AV2 description: forgot this one too
This commit is contained in:
parent
a278a4fc68
commit
b8e9ac5f5f
1 changed files with 3 additions and 1 deletions
|
@ -45,7 +45,9 @@ mapi_hfn_list_av1 nn_hfnlist[] = {
|
||||||
{ NULL, NULL }
|
{ NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
DECLARE_MODULE_AV2(networknotice, NULL, NULL, NULL, NULL, nn_hfnlist, NULL, NULL, NULL);
|
static const char sno_desc[] = "Show notices about netjoins and netsplits";
|
||||||
|
|
||||||
|
DECLARE_MODULE_AV2(networknotice, NULL, NULL, NULL, NULL, nn_hfnlist, NULL, NULL, sno_desc);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* count_mark_downlinks
|
* count_mark_downlinks
|
||||||
|
|
Loading…
Reference in a new issue