From 77c0aa87a875e2e9a3176f9b1fdd02a446260776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Paulo=20Ram=C3=ADrez?= <100383456+andypauloramirez@users.noreply.github.com> Date: Tue, 16 Aug 2022 12:09:12 -0400 Subject: [PATCH] change 6 --- examples/ucp_client_server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ucp_client_server.c b/examples/ucp_client_server.c index 4140fb0a17c..0a8f07ba794 100644 --- a/examples/ucp_client_server.c +++ b/examples/ucp_client_server.c @@ -418,7 +418,7 @@ fill_request_param(ucp_dt_iov_t *iov, int is_client, * if (!is_server) { * Client sends a message to the server using the stream API * -/** +* * param.cb.send = send_cb; * request = ucp_stream_send_nbx(ep, msg, msg_length, ¶m); * } else { @@ -596,7 +596,7 @@ static void usage() DEFAULT_PORT); fprintf(stderr, " -c Communication type for the client and server. " " Valid values are:\n" - // " 'stream' : Stream API\n" + /* " 'stream' : Stream API\n" */ " 'tag' : Tag API\n" " 'am' : AM API\n" " If not specified, %s API will be used.\n", COMM_TYPE_DEFAULT);