summaryrefslogtreecommitdiff
path: root/socket.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-01-26 21:39:06 +0100
committerLennart Poettering <lennart@poettering.net>2010-01-26 21:39:06 +0100
commit87f0e418cf2c58b3201d06a60e3696ec672d2662 (patch)
treea27ef34fdf69505d983852d36d200b6e590726df /socket.h
parentfd79db6a5df0f94c48736ce5aa0131d6ab108fb0 (diff)
s/name/unit
Diffstat (limited to 'socket.h')
-rw-r--r--socket.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/socket.h b/socket.h
index 1e651c6ddf..c34689b852 100644
--- a/socket.h
+++ b/socket.h
@@ -5,7 +5,7 @@
typedef struct Socket Socket;
-#include "name.h"
+#include "unit.h"
#include "socket-util.h"
typedef enum SocketState {
@@ -78,6 +78,6 @@ struct Socket {
/* Called from the service code when collecting fds */
int socket_collect_fds(Socket *s, int **fds, unsigned *n_fds);
-extern const NameVTable socket_vtable;
+extern const UnitVTable socket_vtable;
#endif