From f0ad5af0e63d210aa00a44c0d5b823e9156cf32d Mon Sep 17 00:00:00 2001 From: Jianhui Zhao Date: Sat, 29 Feb 2020 16:20:04 +0800 Subject: [PATCH] More detailed comments Signed-off-by: Jianhui Zhao --- src/file.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file.h b/src/file.h index 6c10aea..fbfe724 100644 --- a/src/file.h +++ b/src/file.h @@ -50,7 +50,7 @@ struct file_context { uint32_t remain_size; struct sockaddr_un peer_sun; struct ev_io ios; /* used for unix socket */ - struct ev_io iof; /* used for file */ + struct ev_io iof; /* used for upload file */ ev_tstamp last_notify_progress; };