aboutsummaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-11-30 13:06:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-11-30 13:06:32 +0000
commit940294e0758239f337f76f3c0f096a8cd632f2ca (patch)
tree3f72411c73d60fde0d5a21d1714e792d82cd6895 /src/include
parent74b9e54d92a0b0937b457b2a2e4e5bc3a5eae783 (diff)
downloadskabus-940294e0758239f337f76f3c0f096a8cd632f2ca.tar.gz
Fix build; adapt to skalibs-2.10.0.0
Diffstat (limited to 'src/include')
-rw-r--r--src/include/skabus/pub.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/skabus/pub.h b/src/include/skabus/pub.h
index 68168d0..e8ee2e3 100644
--- a/src/include/skabus/pub.h
+++ b/src/include/skabus/pub.h
@@ -18,6 +18,7 @@
/* Misc constants */
#define SKABUS_PUB_MAX 4000
+#define SKABUS_PUB_MAXFDS 4000
#define SKABUS_PUB_BANNER1 "skabus_pub v1.0 (b)\n"
#define SKABUS_PUB_BANNER1_LEN (sizeof SKABUS_PUB_BANNER1 - 1)
#define SKABUS_PUB_BANNER2 "skabus_pub v1.0 (a)\n"