diff options
Diffstat (limited to 'src/afc.h')
-rw-r--r-- | src/afc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ struct afc_client_private { int file_handle; int lock; GMutex *mutex; + int own_connection; }; /* AFC Operations */ |