summaryrefslogtreecommitdiffstats
path: root/src/server/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/globals.h')
-rw-r--r--src/server/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/globals.h b/src/server/globals.h
index 5cee92a..08ec303 100644
--- a/src/server/globals.h
+++ b/src/server/globals.h
@@ -103,7 +103,7 @@ struct _dnbd3_uplink
atomic_uint_fast64_t bytesReceived; // Number of bytes received by the uplink since startup.
atomic_uint_fast64_t bytesReceivedLastSave; // Number of bytes received when we last saved the cache map
int queueLen; // length of queue
- uint32_t idleTime; // How many seconds the uplink was idle (apart from keep-alives)
+ int idleTime; // How many seconds the uplink was idle (apart from keep-alives)
dnbd3_queue_entry_t *queue;
atomic_uint_fast32_t queueId;
dnbd3_alt_local_t altData[SERVER_MAX_ALTS];