From 516b99946aad5da15020de9d7175d44c12fd14c6 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Wed, 8 Jan 2020 23:57:46 -0800 Subject: fixes #1124 data race on ttl in xrep --- src/protocol/reqrep0/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/protocol/reqrep0/CMakeLists.txt') diff --git a/src/protocol/reqrep0/CMakeLists.txt b/src/protocol/reqrep0/CMakeLists.txt index 4d2903c6..3cd8d366 100644 --- a/src/protocol/reqrep0/CMakeLists.txt +++ b/src/protocol/reqrep0/CMakeLists.txt @@ -1,5 +1,5 @@ # -# Copyright 2019 Staysail Systems, Inc. +# Copyright 2020 Staysail Systems, Inc. # Copyright 2018 Capitar IT Group BV # # This software is supplied under the terms of the MIT License, a @@ -24,4 +24,5 @@ nng_headers_if(NNG_PROTO_REP0 nng/protocol/reqrep0/rep.h) nng_defines_if(NNG_PROTO_REP0 NNG_HAVE_REP0) nng_test(reqrep_test) -nng_test(rep_test) \ No newline at end of file +nng_test(rep_test) +nng_test(xrep_test) -- cgit v1.2.3-70-g09d2