mirror of
https://github.com/zhaojh329/rtty.git
synced 2026-02-27 09:53:17 +08:00
More detailed comments
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
This commit is contained in:
+1
-1
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user