datapath: Add genl_dereference() and use it.
[openvswitch] / lib / sflow_receiver.c
index 0e34959d6492a0608b020e6fadddbfb118cd8e6b..019f38f7e22d5051a1697b4dc1685ec33e00725e 100644 (file)
@@ -1,6 +1,8 @@
 /* Copyright (c) 2002-2009 InMon Corp. Licensed under the terms of the InMon sFlow licence: */
 /* http://www.inmon.com/technology/sflowlicense.txt */
 
+#ifndef __CHECKER__            /* Don't run sparse on anything in this file. */
+
 #include <assert.h>
 #include "sflow_api.h"
 
@@ -830,3 +832,5 @@ static void sflError(SFLReceiver *receiver, char *msg)
     sfl_agent_error(receiver->agent, "receiver", msg);
     resetSampleCollector(receiver);
 }
+
+#endif  /* !__CHECKER__ */