X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fofpbuf.c;h=bb216791b59fad3853e32a05dc9592b316994f74;hb=2175540274b68b10a9368e2c751f79e6d387baed;hp=d1407e7646e4dfa668c19d6dfb3d947236eb635a;hpb=34e63086edddcae06d7c1a4fa84fec0861e50758;p=openvswitch diff --git a/lib/ofpbuf.c b/lib/ofpbuf.c index d1407e76..bb216791 100644 --- a/lib/ofpbuf.c +++ b/lib/ofpbuf.c @@ -36,7 +36,7 @@ ofpbuf_use(struct ofpbuf *b, void *base, size_t allocated) b->size = 0; b->l2 = b->l3 = b->l4 = b->l7 = NULL; b->next = NULL; - b->private = NULL; + b->private_p = NULL; } /* Initializes 'b' as an empty ofpbuf with an initial capacity of 'size'