mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-27 08:25:47 +01:00
9 lines
154 B
C
9 lines
154 B
C
#ifndef _SFLOW_PLUGIN_H
|
|
#define _SFLOW_PLUGIN_H
|
|
|
|
#include "../fastnetmon_types.h"
|
|
|
|
void start_sflow_collection(process_packet_pointer func_ptr);
|
|
|
|
#endif
|