X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fnetlink.c;h=c4bf31ef8ee059c6848f49887f9e07a58a849464;hb=6e8e271c0dc5e931d64436dea6643eb25527b1d0;hp=e652a180fb96f08026efdd3f24a05098a2f8c0ef;hpb=a14bc59fb8f27db193d74662dc9c5cb8237177ef;p=openvswitch diff --git a/lib/netlink.c b/lib/netlink.c index e652a180..c4bf31ef 100644 --- a/lib/netlink.c +++ b/lib/netlink.c @@ -90,7 +90,7 @@ nl_sock_create(int protocol, int multicast_group, if (next_seq == 0) { /* Pick initial sequence number. */ - next_seq = getpid() ^ time_now(); + next_seq = getpid() ^ time_wall(); } *sockp = NULL;