fastnetmon-ng/src/sflow_plugin/sflow_collector.h
2015-03-22 13:36:58 +03:00

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