diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-11-03 15:51:30 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-11-03 16:07:28 +0100 |
commit | 5335d84fe51fef36c6e23110f7114090126037c6 (patch) | |
tree | bb002fd3c46590e035ce98b271b6b8117c6de342 /examples/c-collectd/c-collectd.c | |
parent | 32ab500eb04cce7284c7a241cea62025289f52fe (diff) |
Add DBUS suspicious flow event notification daemon.
* nDPIsrvd.h: support for closing/resetting a nDPIsrvd_socket (required for a reconnect)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'examples/c-collectd/c-collectd.c')
-rw-r--r-- | examples/c-collectd/c-collectd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/c-collectd/c-collectd.c b/examples/c-collectd/c-collectd.c index 3f8e2aef0..0ce1627bd 100644 --- a/examples/c-collectd/c-collectd.c +++ b/examples/c-collectd/c-collectd.c @@ -1,4 +1,4 @@ -#include <arpa/inet.h> +#include <arpa/inet.h> // ndpi_typedefs.h #include <errno.h> #include <signal.h> #include <stdbool.h> // ndpi_typedefs.h |