summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/memcached.h b/memcached.h
index 17d2a8f..776f687 100644
--- a/memcached.h
+++ b/memcached.h
@@ -51,6 +51,11 @@
#include <openssl/ssl.h>
#endif
+/* for NAPI pinning feature */
+#ifndef SO_INCOMING_NAPI_ID
+#define SO_INCOMING_NAPI_ID 56
+#endif
+
/** Maximum length of a key. */
#define KEY_MAX_LENGTH 250