diff options
Diffstat (limited to '')
-rw-r--r-- | src/mds-respawn.h | 5 |
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 - |