summaryrefslogtreecommitdiff
path: root/socket.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-21 04:01:24 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-21 04:01:24 +0200
commit9d58f1dbdb77be332731fb490d0d7f91a5718da8 (patch)
treee1ea724ab245d1b37317f822185aff06af01d99c /socket.h
parent51f7e59683d103590e70d17a177f1710b0b0326c (diff)
reorder large structs a little, based on pahole info
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/socket.h b/socket.h
index eafd64d5e3..7076be7ef4 100644
--- a/socket.h
+++ b/socket.h
@@ -65,11 +65,11 @@ typedef struct SocketPort SocketPort;
struct SocketPort {
SocketType type;
+ int fd;
SocketAddress address;
char *path;
- int fd;
Watch fd_watch;
LIST_FIELDS(SocketPort, port);