mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 11:48:56 +03:00
Add some comments.
This commit is contained in:
parent
e69976bc88
commit
dd23c4ecbf
1 changed files with 3 additions and 0 deletions
|
@ -118,7 +118,10 @@ struct csync_s {
|
|||
uid_t euid;
|
||||
} pwd;
|
||||
|
||||
/* replica we are currently walking */
|
||||
enum csync_replica_e current;
|
||||
|
||||
/* replica we want to work on */
|
||||
enum csync_replica_e replica;
|
||||
|
||||
int status;
|
||||
|
|
Loading…
Reference in a new issue