On Sun, Oct 09, 2011 at 03:51:20PM -0700, Ethan Jackson wrote: > - ds_put_format(ds, "MPID %"PRIu64":%s%s\n", cfm->mpid, > + ds_put_format(ds, "MPID %"PRIu64":%s%s%s\n", cfm->mpid, > + cfm->extended ? " extended" : "", > cfm->fault ? " fault" : "", > cfm->unexpected_recv ? " unexpected_recv" : "");
Looks good, thank you. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
