X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fcollectors.h;h=47b148ba44ef1f09a1a22ea5c600e87179a75c3e;hb=9ba15e2a491ccb0f2c1e9f0660d041135a3afc7d;hp=ac70f37598f9b10720de1291bbedaefef4d725eb;hpb=2ad2eb042517b975d761d456cceb5c9325c4aaa7;p=openvswitch diff --git a/ofproto/collectors.h b/ofproto/collectors.h index ac70f375..47b148ba 100644 --- a/ofproto/collectors.h +++ b/ofproto/collectors.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009 Nicira Networks. + * Copyright (c) 2009, 2011 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,12 +17,13 @@ #ifndef COLLECTORS_H #define COLLECTORS_H 1 +#include #include -#include "svec.h" struct collectors; +struct sset; -int collectors_create(const struct svec *targets, uint16_t default_port, +int collectors_create(const struct sset *targets, uint16_t default_port, struct collectors **); void collectors_destroy(struct collectors *);