mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
fix comment: profile default is on. (#1581)
This commit is contained in:
@@ -65,7 +65,7 @@ struct skynet_node {
|
|||||||
int init;
|
int init;
|
||||||
uint32_t monitor_exit;
|
uint32_t monitor_exit;
|
||||||
pthread_key_t handle_key;
|
pthread_key_t handle_key;
|
||||||
bool profile; // default is off
|
bool profile; // default is on
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct skynet_node G_NODE;
|
static struct skynet_node G_NODE;
|
||||||
|
|||||||
Reference in New Issue
Block a user