X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsparse%2Fsys%2Fsocket.h;h=3212bf4b7f1373e43e73ca0ddeee344330c59ade;hb=1e827902be9194d71ea851c9ce2676f65eeed33a;hp=13f61e5082ccc9dff45254e6d61652d76982c27b;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;p=sliver-openvswitch.git diff --git a/include/sparse/sys/socket.h b/include/sparse/sys/socket.h index 13f61e508..3212bf4b7 100644 --- a/include/sparse/sys/socket.h +++ b/include/sparse/sys/socket.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011, 2012 Nicira, Inc. + * Copyright (c) 2011, 2012, 2013 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,6 +23,7 @@ #include "openvswitch/types.h" #include +#include typedef unsigned short int sa_family_t; typedef __socklen_t socklen_t; @@ -86,6 +87,7 @@ enum { }; enum { + SOL_PACKET, SOL_SOCKET }; @@ -106,7 +108,8 @@ enum { SO_SNDLOWAT, SO_SNDTIMEO, SO_TYPE, - SO_RCVBUFFORCE + SO_RCVBUFFORCE, + SO_ATTACH_FILTER }; enum {