X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=doc%2Fsrc%2Fman%2Frmr_set_trace.3.xfm;h=11e16d951d6dc6242130840efef69b1cc783ad33;hb=117030c67f7a3722e64f1ecc3305a5862b3b7ce9;hp=0fb495525077a75fffed4faf7022fceb13e6798d;hpb=392168d467d7949f391602f53f9fd62d2a64d12b;p=ric-plt%2Flib%2Frmr.git diff --git a/doc/src/man/rmr_set_trace.3.xfm b/doc/src/man/rmr_set_trace.3.xfm index 0fb4955..11e16d9 100644 --- a/doc/src/man/rmr_set_trace.3.xfm +++ b/doc/src/man/rmr_set_trace.3.xfm @@ -1,7 +1,7 @@ .if false ================================================================================== - Copyright (c) 2019 Nokia - Copyright (c) 2018-2019 AT&T Intellectual Property. + Copyright (c) 2019 Nokia + Copyright (c) 2018-2019 AT&T Intellectual Property. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -18,34 +18,34 @@ .fi .if false - Mnemonic rmr_set_trace.xfm - Abstract The manual page for the rmr_set_trace function. - Author E. Scott Daniels - Date 19 April 2019 + Mnemonic rmr_set_trace.xfm + Abstract The manual page for the rmr_set_trace function. + Author E. Scott Daniels + Date 19 April 2019 .fi .gv e LIB lib -.im &{lib}/man/setup.im +.im &{lib}/man/setup.im &line_len(6i) &h1(RMR Library Functions) &h2(NAME) - rmr_set_trace + rmr_set_trace &h2(SYNOPSIS) &indent &ex_start #include -int rmr_bytes2payload( rmr_mbuf_t* mbuf, unsigned char* data, int len ) +int rmr_set_trace( rmr_mbuf_t* mbuf, unsigned char* data, int len ) &ex_end &uindent &h2(DESCRIPTION) -The &cw(rmr_set_trace) function will copy &cw(len) bytes from &cw(data) into the trace portion of -&cw(mbuf.) +The &cw(rmr_set_trace) function will copy &cw(len) bytes from &cw(data) into the trace portion of +&cw(mbuf.) If the trace area of &cw(mbuf) is not the correct size, the message buffer will be reallocated to ensure that enough space is available for the trace data.