7 lines
158 B
C
7 lines
158 B
C
|
|
#ifndef __TSG_STATISTIC_H__
|
||
|
|
#define __TSG_STATISTIC_H__
|
||
|
|
|
||
|
|
int tsg_set_policy_flow(struct streaminfo *a_stream, Maat_rule_t *p_result, int thread_seq);
|
||
|
|
|
||
|
|
#endif
|