Make duration in ofp_flow_stats a 32-bit quantity (instead of 16).
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 15 Apr 2008 03:20:20 +0000 (20:20 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 15 Apr 2008 16:56:41 +0000 (09:56 -0700)
commit0a1a6679735dfab65ab4903d7547d2a269029b56
tree85f111410861ef36434da9ec8fe1f05c411d5faa
parentb9cdc6413504fec18a1aae73884033c8c41a3cfb
Make duration in ofp_flow_stats a 32-bit quantity (instead of 16).

Otherwise duration is capped at under 24 hours.

Suggested by Justin.
datapath/datapath.c
include/openflow.h
lib/ofp-print.c
switch/datapath.c