TSG-18285 TFE的Packet IO模块支持重复流量识别
This commit is contained in:
19
common/include/timestamp.h
Normal file
19
common/include/timestamp.h
Normal file
@@ -0,0 +1,19 @@
|
||||
#ifndef _TIMESTAMP_H
|
||||
#define _TIMESTAMP_H
|
||||
|
||||
#ifdef __cpluscplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void timestamp_update();
|
||||
uint64_t timestamp_get_sec();
|
||||
uint64_t timestamp_get_msec();
|
||||
|
||||
#ifdef __cpluscplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user