summaryrefslogtreecommitdiffstats
path: root/src/server/helper.h
diff options
context:
space:
mode:
authorSimon Rettberg2013-08-13 16:51:16 +0200
committerSimon Rettberg2013-08-13 16:51:16 +0200
commit4249a20d130262bc9b5e562fc73b712ce072b0b7 (patch)
tree30196f25d131d90ba25ed85db4decb8bd86a4c60 /src/server/helper.h
parentI'm stupid (diff)
downloaddnbd3-4249a20d130262bc9b5e562fc73b712ce072b0b7.tar.gz
dnbd3-4249a20d130262bc9b5e562fc73b712ce072b0b7.tar.xz
dnbd3-4249a20d130262bc9b5e562fc73b712ce072b0b7.zip
[SERVER] Fix race condition in uplink request aggregation, other small improvements and debugging features
Diffstat (limited to 'src/server/helper.h')
-rw-r--r--src/server/helper.h1
1 files changed, 1 insertions, 0 deletions
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)
{