ofproto-dpif-monitor: Remove monitor_init().
authorAlex Wang <alexw@nicira.com>
Fri, 20 Dec 2013 23:12:58 +0000 (15:12 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 30 Dec 2013 21:45:33 +0000 (13:45 -0800)
commit0cf3b0d0fd97c52822979fe7cf1e594be03324a9
treeab7e613c397079236c59af8fa2aaa6fa766ee7b1
parent0bcff8899c9bbb3a428795874a8eaa2b70767774
ofproto-dpif-monitor: Remove monitor_init().

Commit 881d47a9fa9 (monitor: Replace monitor_seq with periodic
wakeup.) removes the global "struct seq" in ofproto-dpif-monitor
module.  This change makes the monitor_init() no longer needed.

This commit removes the monitor_init() from ofproto-dpif-monitor.c.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif-monitor.c