use newest fast_timer in libfastcommon

connection_manager
YuQing 2020-11-23 11:46:22 +08:00
parent baf9ad7c94
commit acf27b0e4f
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ void sf_recv_notify_read(int sock, short event, void *arg)
struct fast_task_info *task;
struct fast_task_info *current;
thread_data = (struct nio_thread_data *)arg;
thread_data = ((struct ioevent_notify_entry *)arg)->thread_data;
if (read(sock, &n, sizeof(n)) < 0) {
logWarning("file: "__FILE__", line: %d, "
"read from eventfd %d fail, errno: %d, error info: %s",