aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-respawn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-respawn.h')
-rw-r--r--src/mds-respawn.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/mds-respawn.h b/src/mds-respawn.h
index c614cf4..b664c05 100644
--- a/src/mds-respawn.h
+++ b/src/mds-respawn.h
@@ -66,8 +66,7 @@
/**
* The state and identifier of a server
*/
-typedef struct server_state
-{
+typedef struct server_state {
/**
* The server's process ID
*/
@@ -82,10 +81,8 @@ typedef struct server_state
* The time (monotonic) the server started
*/
struct timespec started;
-
} server_state_t;
#endif
-