mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
change source dir
This commit is contained in:
14
skynet-src/skynet_timer.h
Normal file
14
skynet-src/skynet_timer.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef SKYNET_TIMER_H
|
||||
#define SKYNET_TIMER_H
|
||||
|
||||
#include "skynet_system.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
int skynet_timeout(uint32_t handle, int time, int session);
|
||||
void skynet_updatetime(void);
|
||||
uint32_t skynet_gettime(void);
|
||||
|
||||
void skynet_timer_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user