aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-registry/slave.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-registry/slave.h')
-rw-r--r--src/mds-registry/slave.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mds-registry/slave.h b/src/mds-registry/slave.h
index f9f748b..0b4f7b2 100644
--- a/src/mds-registry/slave.h
+++ b/src/mds-registry/slave.h
@@ -35,8 +35,7 @@
/**
* Slave information, a thread waiting for protocols to become available
*/
-typedef struct slave
-{
+typedef struct slave {
/**
* Set of protocols for which to wait that they become available
*/
@@ -82,7 +81,6 @@ typedef struct slave
* Whether `dethklok` should apply
*/
int timed;
-
} slave_t;