aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/globals.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-08-02 21:34:22 +0200
committerMattias Andrée <maandree@operamail.com>2014-08-02 21:34:22 +0200
commit70c2d0af540ecc44a104abb034ee5ff1c910dd48 (patch)
tree9a5c2deb9caf865245f1fd7d6a84eae73958d6c5 /src/mds-registry/globals.h
parentmds-registry: notify client (diff)
downloadmds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.gz
mds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.bz2
mds-70c2d0af540ecc44a104abb034ee5ff1c910dd48.tar.xz
mds-registry: marshal and unmarshal the slave list
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/mds-registry/globals.h')
-rw-r--r--src/mds-registry/globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mds-registry/globals.h b/src/mds-registry/globals.h
index dcbf91d..76f9c91 100644
--- a/src/mds-registry/globals.h
+++ b/src/mds-registry/globals.h
@@ -75,7 +75,7 @@ extern size_t running_slaves;
/**
* List of running slaves
*/
-extern linked_list_t slave_list; /* TODO (un)marshal */
+extern linked_list_t slave_list;
/**
* Mutex for slave data