X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fofproto.h;h=2828c645b3ce805ab331b567da7dddeb1dc59e65;hb=85dcedffa5de44699ff4885a344c70d97aaead32;hp=7516068ffb9b7102226f4bdca7b6de126045e191;hpb=ebe482fd2119ef322751603f46e033bb374a8f11;p=openvswitch diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h index 7516068f..2828c645 100644 --- a/ofproto/ofproto.h +++ b/ofproto/ofproto.h @@ -154,7 +154,7 @@ struct ofhooks { void (*account_flow_cb)(const struct flow *, tag_type tags, const struct nlattr *odp_actions, size_t actions_len, - unsigned long long int n_bytes, void *aux); + uint64_t n_bytes, void *aux); void (*account_checkpoint_cb)(void *aux); }; void ofproto_revalidate(struct ofproto *, tag_type);