summaryrefslogtreecommitdiff
path: root/lib/sflow_poller.c
Commit message (Collapse)AuthorAgeFilesLines
* sFlow: add Sun Industry Standards Source License 1.1 as licensing optionNeil McKee2011-12-101-2/+6
| | | | | | | | | | | | The sFlow License was not on the list for the Fedora Project, but the Sun Industry Standards Source License 1.1 was (and it has the right properties). So this patch includes it as a licensing option in the relevant places (COPYING and the lib/sflow* sources). Let me know if this looks OK or not. Signed-off-by: Neil McKee <neil.mckee@inmon.com> Signed-off-by: Ben Pfaff <blp@nicira.com> Acked-by: Chris Wright <chrisw@sous-sol.org>
* treewide: Remove trailing whitespaceJoe Perches2010-08-301-2/+2
| | | | | | Signed-off-by: Joe Perches <joe@perches.com> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: Jesse Gross <jesse@nicira.com>
* Allow sFlowCpInterval=0 to disable counter samples, and fix bug in sampler ↵Neil McKee2010-02-121-4/+23
| | | | removal.
* Add InMon's sFlow Agent library to the build system.Ben Pfaff2009-12-211-0/+142
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.