aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/queued-interception.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mds-server/queued-interception.h')
-rw-r--r--src/mds-server/queued-interception.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mds-server/queued-interception.h b/src/mds-server/queued-interception.h
index 2a072bc..1555801 100644
--- a/src/mds-server/queued-interception.h
+++ b/src/mds-server/queued-interception.h
@@ -29,8 +29,7 @@
/**
* A queued interception
*/
-typedef struct queued_interception
-{
+typedef struct queued_interception {
/**
* The intercepting client
*/
@@ -50,7 +49,6 @@ typedef struct queued_interception
* The file descriptor of the intercepting client's socket (used for unmarshalling)
*/
int socket_fd;
-
} queued_interception_t;