On Jul 6, 2012, at 2:49 PM, Ben Pfaff wrote:

> @@ -873,7 +875,8 @@ struct rconn_packet_counter *
> rconn_packet_counter_create(void)
> {
>     struct rconn_packet_counter *c = xmalloc(sizeof *c);
> -    c->n = 0;
> +    c->n_packets = 0;
> +    c->n_bytes = 0;
>     c->ref_cnt = 1;

Do you think it's just worth calling xzalloc() at this point?

Looks good.

--Justin


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to