Add InMon's sFlow Agent library to the build system.
authorBen Pfaff <blp@nicira.com>
Fri, 20 Nov 2009 17:45:26 +0000 (09:45 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 21 Dec 2009 21:18:35 +0000 (13:18 -0800)
commitc72e245a0e2c979f4c14279b56183e2200905c6c
tree5df768afcb9e5f0d51dcd8e69727bea331b626cd
parente4bfff8f0d2c01009759acb8adcab070327b5747
Add InMon's sFlow Agent library to the build system.

The C source and header files added in this commit is covered under the
InMon sFlow license at http://www.inmon.com/technology/sflowlicense.txt

The library requires -Wno-unused to compile without warnings, so this
commit adds that for building the sFlow code only.  Automake can only
change compiler flags on a per-library or per-program basis, so sFlow
is built as a separate library.

The library will be used in upcoming commits.
COPYING
acinclude.m4
configure.ac
lib/automake.mk
lib/sflow.h [new file with mode: 0644]
lib/sflow_agent.c [new file with mode: 0644]
lib/sflow_api.h [new file with mode: 0644]
lib/sflow_poller.c [new file with mode: 0644]
lib/sflow_receiver.c [new file with mode: 0644]
lib/sflow_sampler.c [new file with mode: 0644]