From 4249a20d130262bc9b5e562fc73b712ce072b0b7 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 13 Aug 2013 16:51:16 +0200 Subject: [SERVER] Fix race condition in uplink request aggregation, other small improvements and debugging features --- src/server/helper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/server/helper.h') diff --git a/src/server/helper.h b/src/server/helper.h index 6c116ef..e939a66 100644 --- a/src/server/helper.h +++ b/src/server/helper.h @@ -20,6 +20,7 @@ int file_exists(char *file); int file_writable(char *file); int mkdir_p(const char* path); int file_alloc(int fd, uint64_t offset, uint64_t size); +void setThreadName(char *name); static inline int is_same_server(const dnbd3_host_t * const a, const dnbd3_host_t * const b) { -- cgit v1.2.3-55-g7522