On Jun 14, 2012, at 2:17 PM, Ben Pfaff wrote:
> + if (time_msec() >= p->next_op_report) {
> + long long int ago = (time_msec() - p->first_op) / 1000;Is it worth caching time_msec() in a "now" variable? Otherwise, looks good to me. --Justin _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
