Fix: sessiond: ust-app: assertion failure on registration of dead app
[lttng-tools.git] / configure.ac
index 58d4f9292369c4ed9dee90c3b9edbdf9dbefba88..04f9cef4cf1e66f7cd202d48e2ef6aa58c008491 100644 (file)
@@ -422,6 +422,7 @@ _AC_DEFINE_QUOTED_AND_SUBST([DEFAULT_NETWORK_DATA_BIND_ADDRESS], [0.0.0.0])
 _AC_DEFINE_QUOTED_AND_SUBST([DEFAULT_NETWORK_VIEWER_BIND_ADDRESS], [localhost])
 _AC_DEFINE_AND_SUBST([DEFAULT_NETWORK_RELAYD_CTRL_MAX_PAYLOAD_SIZE], [134217728])
 _AC_DEFINE_AND_SUBST([DEFAULT_ROTATE_PENDING_TIMER], [500000])
+_AC_DEFINE_AND_SUBST([DEFAULT_EVENT_NOTIFIER_ERROR_COUNT_MAP_SIZE], [4096])
 
 # Command short descriptions
 _AC_DEFINE_QUOTED_AND_SUBST([CMD_DESCR_ADD_CONTEXT], [Add context fields to a channel])
@@ -1130,6 +1131,8 @@ AC_CONFIG_FILES([
        src/bin/lttng-relayd/Makefile
        src/bin/lttng/Makefile
        src/bin/lttng-crash/Makefile
+       src/vendor/Makefile
+       src/vendor/msgpack/Makefile
        tests/Makefile
        tests/destructive/Makefile
        tests/regression/Makefile
This page took 0.023102 seconds and 4 git commands to generate.