Skip to content

Commit

Permalink
change 6
Browse files Browse the repository at this point in the history
  • Loading branch information
andypauloramirez authored Aug 16, 2022
1 parent e22c9d3 commit 77c0aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ucp_client_server.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, &param);
* } else {
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 77c0aa8

Please sign in to comment.