aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-server/multicast.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-11-05 14:50:38 +0100
committerMattias Andrée <maandree@kth.se>2017-11-05 14:50:38 +0100
commit9ed21175ac00f57f6abf3da84e82098e68fa3e94 (patch)
tree6235ac14c78fe0bbc074eb5146a641ba0e08fb5f /src/mds-server/multicast.h
parentUpdate year and e-mail address (diff)
downloadmds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.gz
mds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.bz2
mds-9ed21175ac00f57f6abf3da84e82098e68fa3e94.tar.xz
Work on changing style
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r--src/mds-server/multicast.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mds-server/multicast.h b/src/mds-server/multicast.h
index 611298f..126c4ba 100644
--- a/src/mds-server/multicast.h
+++ b/src/mds-server/multicast.h
@@ -27,8 +27,7 @@
/**
* Message multicast state
*/
-typedef struct multicast
-{
+typedef struct multicast {
/**
* Queue of clients that is listening this message
*/
@@ -63,7 +62,6 @@ typedef struct multicast
* How much of the message to skip if the recipient is not a modifier
*/
size_t message_prefix;
-
} multicast_t;