From: Tom Gundersen Date: Sun, 31 Aug 2014 16:50:23 +0000 (+0200) Subject: missing: add IFF_MULTI_QUEUE X-Git-Tag: v217~685 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=04d180c8a8641c209eb19d1210b5d4e36f0ae05b;p=elogind.git missing: add IFF_MULTI_QUEUE This was added in 3.8, but we should building with 3.7 headers. Reported by Samuli Suominen . --- diff --git a/src/shared/missing.h b/src/shared/missing.h index c80ed2ad9..023c680ec 100644 --- a/src/shared/missing.h +++ b/src/shared/missing.h @@ -558,6 +558,10 @@ static inline int setns(int fd, int nstype) { #define IPV6_UNICAST_IF 76 #endif +#ifndef IFF_MULTI_QUEUE +#define IFF_MULTI_QUEUE 0x100 +#endif + #ifndef IFF_LOWER_UP #define IFF_LOWER_UP 0x10000 #endif