X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdpif.h;h=02029150ecb5d458d3f7652eb56b664aa23660da;hb=2f446d104da073a3a8e092423a7ca4c29f51d6d0;hp=768934b15563852ce4ea11b6df9ae3fc3e923e0b;hpb=b99d3ceeedd2c5533c13f9794616fc6d9c49c0de;p=openvswitch diff --git a/lib/dpif.h b/lib/dpif.h index 768934b1..02029150 100644 --- a/lib/dpif.h +++ b/lib/dpif.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -251,7 +251,7 @@ struct dpif_upcall { }; int dpif_recv_set(struct dpif *, bool enable); -int dpif_recv(struct dpif *, struct dpif_upcall *); +int dpif_recv(struct dpif *, struct dpif_upcall *, struct ofpbuf *); void dpif_recv_purge(struct dpif *); void dpif_recv_wait(struct dpif *);