aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/globals.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-05 00:09:50 +0100
committerMattias Andrée <maandree@kth.se>2017-11-05 00:09:50 +0100
commit9e8dec188d55ca1f0a3b33acab702ced8ed07a18 (patch)
treecbb43c22e72674dc672e645e6596358e3868568e /src/mds-registry/globals.h
parenttypo (diff)
downloadmds-9e8dec188d55ca1f0a3b33acab702ced8ed07a18.tar.gz
mds-9e8dec188d55ca1f0a3b33acab702ced8ed07a18.tar.bz2
mds-9e8dec188d55ca1f0a3b33acab702ced8ed07a18.tar.xz
Work on changing style, and an important typo fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/mds-registry/globals.h')
-rw-r--r--src/mds-registry/globals.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/mds-registry/globals.h b/src/mds-registry/globals.h
index 68bd5c6..e1d7aab 100644
--- a/src/mds-registry/globals.h
+++ b/src/mds-registry/globals.h
@@ -28,8 +28,7 @@
#include <pthread.h>
-#define MDS_REGISTRY_VARS_VERSION 0
-
+#define MDS_REGISTRY_VARS_VERSION 0
/**
@@ -55,7 +54,7 @@ extern hash_table_t reg_table;
/**
* Reusable buffer for data to send
*/
-extern char* send_buffer;
+extern char *send_buffer;
/**
* The size of `send_buffer`
@@ -65,7 +64,7 @@ extern size_t send_buffer_size;
/**
* Used to temporarily store the old value when reallocating heap-allocations
*/
-extern char* old;
+extern char *old;
/**
* The number of running slaves
@@ -89,4 +88,3 @@ extern pthread_cond_t slave_cond;
#endif
-