aboutsummaryrefslogtreecommitdiff
path: root/src/include/microhttpd.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-11 13:18:18 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-11-11 20:56:38 +0300
commit280232dc1e9a6e26b13530c5e576880151935b19 (patch)
tree6ad50727f8c78974520915b92a15e1c97846cfa6 /src/include/microhttpd.h
parent631a581657a7f2896f8b5ab7f1ea92c6997fc6c4 (diff)
downloadlibmicrohttpd-280232dc1e9a6e26b13530c5e576880151935b19.tar.gz
libmicrohttpd-280232dc1e9a6e26b13530c5e576880151935b19.zip
Added support for faster setting thread names by pthread_attr_setname_np() where available.
Diffstat (limited to 'src/include/microhttpd.h')
-rw-r--r--src/include/microhttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/microhttpd.h b/src/include/microhttpd.h
index 97f2d9dd..c91d0a54 100644
--- a/src/include/microhttpd.h
+++ b/src/include/microhttpd.h
@@ -126,7 +126,7 @@ typedef intptr_t ssize_t;
126 * Current version of the library. 126 * Current version of the library.
127 * 0x01093001 = 1.9.30-1. 127 * 0x01093001 = 1.9.30-1.
128 */ 128 */
129#define MHD_VERSION 0x00095208 129#define MHD_VERSION 0x00095209
130 130
131/** 131/**
132 * MHD-internal return code for "YES". 132 * MHD-internal return code for "YES".