2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 06:15:47 +00:00

netlink-socket: Minor style fix.

Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Ben Pfaff
2013-04-09 11:18:27 -07:00
parent 95ddb070ca
commit 0d121c7350

View File

@@ -59,8 +59,7 @@ static void log_nlmsg(const char *function, int error,
/* Netlink sockets. */
struct nl_sock
{
struct nl_sock {
int fd;
uint32_t next_seq;
uint32_t pid;