mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
add skynet_now() for 64bit time
This commit is contained in:
@@ -38,5 +38,6 @@ typedef int (*skynet_cb)(struct skynet_context * context, void *ud, int type, in
|
||||
void skynet_callback(struct skynet_context * context, void *ud, skynet_cb cb);
|
||||
|
||||
uint32_t skynet_current_handle(void);
|
||||
uint64_t skynet_now(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user