X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fsflow_receiver.c;h=3e5a67a064fa66c0e8baab8c06d45f5d7a6b77d1;hb=287e3bc0ae88b7fe8cb09561be7cf2e0a0aa4920;hp=0e34959d6492a0608b020e6fadddbfb118cd8e6b;hpb=d295e8e97acae13552a5b220d3fbcff8201064a2;p=openvswitch diff --git a/lib/sflow_receiver.c b/lib/sflow_receiver.c index 0e34959d..3e5a67a0 100644 --- a/lib/sflow_receiver.c +++ b/lib/sflow_receiver.c @@ -1,5 +1,11 @@ -/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */ -/* http://www.inmon.com/technology/sflowlicense.txt */ +/* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of either the + * Sun Industry Standards Source License 1.1, that is available at: + * http://host-sflow.sourceforge.net/sissl.html + * or the InMon sFlow License, that is available at: + * http://www.inmon.com/technology/sflowlicense.txt + */ + +#ifndef __CHECKER__ /* Don't run sparse on anything in this file. */ #include #include "sflow_api.h" @@ -830,3 +836,5 @@ static void sflError(SFLReceiver *receiver, char *msg) sfl_agent_error(receiver->agent, "receiver", msg); resetSampleCollector(receiver); } + +#endif /* !__CHECKER__ */