aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-registry/globals.h')
-rw-r--r--src/mds-registry/globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-registry/globals.h b/src/mds-registry/globals.h
index 76f9c91..21f3b3e 100644
--- a/src/mds-registry/globals.h
+++ b/src/mds-registry/globals.h
@@ -55,7 +55,7 @@ extern hash_table_t reg_table;
/**
* Reusable buffer for data to send
*/
-extern char* send_buffer;
+extern char* send_buffer; /* TODO free on danger */
/**
* The size of `send_buffer`
@@ -75,7 +75,7 @@ extern size_t running_slaves;
/**
* List of running slaves
*/
-extern linked_list_t slave_list;
+extern linked_list_t slave_list; /* TODO pack on danger */
/**
* Mutex for slave data