8 lines
185 B
C
8 lines
185 B
C
#ifndef KNI_RATELIMIT_H
|
|
#define KNI_RATELIMIT_H
|
|
|
|
char kni_process_ratelimit(int thread_seq,const struct streaminfo* pstream,const void* a_packet,struct kni_pme_info* pmeinfo);
|
|
|
|
#endif
|
|
|