summaryrefslogtreecommitdiff
path: root/vswitchd/automake.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-09-22 16:45:30 -0700
committerBen Pfaff <blp@nicira.com>2010-09-23 11:45:35 -0700
commitce8876775477a359f3ae14b8cae0ef2212f1681b (patch)
tree1f40a890bc3a7b738ba54e4b4942b4e8187d4d73 /vswitchd/automake.mk
parentc94238565522c51a117a7f89fecaabd2605b7c66 (diff)
downloadopenvswitch-ce8876775477a359f3ae14b8cae0ef2212f1681b.tar.gz
ovs-vswitchd: Export system stats through Open_vSwitch table.
This is intended to provide controllers enough information to determine whether a switch is overloaded or busted, to enable them to spread load fairly across a group of switches. Feature #2421. CC: Peter Balland <peter@nicira.com>
Diffstat (limited to 'vswitchd/automake.mk')
-rw-r--r--vswitchd/automake.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/vswitchd/automake.mk b/vswitchd/automake.mk
index 592be607a..1a4b465f5 100644
--- a/vswitchd/automake.mk
+++ b/vswitchd/automake.mk
@@ -12,6 +12,7 @@ vswitchd_ovs_vswitchd_SOURCES = \
vswitchd/proc-net-compat.c \
vswitchd/proc-net-compat.h \
vswitchd/ovs-vswitchd.c \
+ vswitchd/system-stats.c \
vswitchd/vswitch-idl.c \
vswitchd/vswitch-idl.h \
vswitchd/xenserver.c \