ofproto: Drop "now" argument from send_flow_removed().
authorBen Pfaff <blp@nicira.com>
Fri, 26 Mar 2010 21:22:08 +0000 (14:22 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 1 Apr 2010 21:41:07 +0000 (14:41 -0700)
commitf275604bbee23976599c21e78130bba307f5d2a6
tree21b48bb757ab4dfab2c376888ed1735e20e101b7
parent8ca6414b20f427c5ea03edee45308837fd34e669
ofproto: Drop "now" argument from send_flow_removed().

There's no reason that send_flow_removed() itself can't get the current
time, and that means one less parameter for the caller.
ofproto/ofproto.c