cfm: Migrate cfm/show unixctl command to CFM module.
[openvswitch] / lib / stream-tcp.c
index a9bcaeb475ce2f91829d466a3537921969021c96..d92fe3af502080917d18075352be559c4c399b06 100644 (file)
 #include <netinet/tcp.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/socket.h>
 #include <unistd.h>
 #include "packets.h"
 #include "socket-util.h"
 #include "util.h"
 #include "stream-provider.h"
 #include "stream-fd.h"
-
 #include "vlog.h"
-#define THIS_MODULE VLM_stream_tcp
+
+VLOG_DEFINE_THIS_MODULE(stream_tcp);
 
 /* Active TCP. */