X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fsflow_poller.c;h=d2e4155210d90602d20290ea2213ef24b44052ee;hb=28c5588e8e1a8d091c5d2275232c35f2968a97fa;hp=e7dc2b12faed9ccdf7c70e827c7beac1e7919f22;hpb=02dd3123a0e312f1d33403e744af52dd6096f12d;p=sliver-openvswitch.git diff --git a/lib/sflow_poller.c b/lib/sflow_poller.c index e7dc2b12f..d2e415521 100644 --- a/lib/sflow_poller.c +++ b/lib/sflow_poller.c @@ -1,5 +1,9 @@ -/* 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 + */ #include "sflow_api.h" @@ -23,10 +27,10 @@ void sfl_poller_init(SFLPoller *poller, /* clear everything */ memset(poller, 0, sizeof(*poller)); - + /* restore the linked list ptr */ poller->nxt = nxtPtr; - + /* now copy in the parameters */ poller->agent = agent; poller->dsi = dsi; /* structure copy */