This is an automated email from the ASF dual-hosted git repository. rbulter pushed a commit to branch feature/tcp_admin_msg_segmentation in repository https://gitbox.apache.org/repos/asf/celix.git
commit 3df62e75c52f7c6225dd95f0b9e86e47ed25d676 Author: Roy Bulter <[email protected]> AuthorDate: Sat Aug 29 10:52:38 2020 +0200 undo test change --- bundles/pubsub/test/test/sut_endpoint_activator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/pubsub/test/test/sut_endpoint_activator.c b/bundles/pubsub/test/test/sut_endpoint_activator.c index f3d8fa8..c52ebf7 100644 --- a/bundles/pubsub/test/test/sut_endpoint_activator.c +++ b/bundles/pubsub/test/test/sut_endpoint_activator.c @@ -97,7 +97,9 @@ static void* sut_sendThread(void *data) { if (msg.seqNr % 1000 == 0) { printf("Send %i messages\n", msg.seqNr); } + msg.seqNr += 1; + } pthread_mutex_unlock(&act->mutex);
