ofproto-dpif-monitor: Add ofproto-dpif-monitor module.
authorAlex Wang <alexw@nicira.com>
Wed, 9 Oct 2013 04:30:37 +0000 (04:30 +0000)
committerEthan Jackson <ethan@nicira.com>
Wed, 9 Oct 2013 00:58:04 +0000 (17:58 -0700)
commit635c5db93df8c69db6289c58ebda0e64cea85c9b
tree7346cfabf33965a6e66a9b152eb5b82393db7235
parent53d98a1e9c8c2e5ea2bde30d3461c1d5bfbbfa97
ofproto-dpif-monitor: Add ofproto-dpif-monitor module.

This commit adds a new module ofproto-dpif-monitor in ofproto
directory.  This module is in charge of executing the periodic
functions of monitoring code (e.g. bfd and cfm).

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ethan Jackson <ethan@nicira.com>
Acked-by: Ethan Jackson <ethan@nicira.com>
ofproto/automake.mk
ofproto/ofproto-dpif-monitor.c [new file with mode: 0644]
ofproto/ofproto-dpif-monitor.h [new file with mode: 0644]
ofproto/ofproto-dpif.c
tests/bfd.at