X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fsparse%2Fsys%2Fsocket.h;h=75ee43c6c37b86e1774ddadd1254f430104ac0d1;hb=0a407cd6f2129793940bfbd42dc39fe97e93e14b;hp=13f61e5082ccc9dff45254e6d61652d76982c27b;hpb=1e3f34c7693bcabae8e443ac1b246680ef9b60e2;p=sliver-openvswitch.git diff --git a/include/sparse/sys/socket.h b/include/sparse/sys/socket.h index 13f61e508..75ee43c6c 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; @@ -106,7 +107,8 @@ enum { SO_SNDLOWAT, SO_SNDTIMEO, SO_TYPE, - SO_RCVBUFFORCE + SO_RCVBUFFORCE, + SO_ATTACH_FILTER }; enum {