More detailed comments

Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
Jianhui Zhao
2020-02-29 16:20:04 +08:00
parent 8edb1b1b93
commit f0ad5af0e6
+1 -1
View File
@@ -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;
};