X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Frmr%2Fnng%2Finclude%2Frmr_nng_private.h;h=4933f8b18f9287d4b460562670e695abc51f12e1;hb=dc30c39e83785bf75cd1e6cc89f7860cedf7b486;hp=2349ce6be12f44dfb8491db8567779f24b7627e4;hpb=412d53dfa2f9b5b56a448797d0dfec3b0f11f666;p=ric-plt%2Flib%2Frmr.git diff --git a/src/rmr/nng/include/rmr_nng_private.h b/src/rmr/nng/include/rmr_nng_private.h index 2349ce6..4933f8b 100644 --- a/src/rmr/nng/include/rmr_nng_private.h +++ b/src/rmr/nng/include/rmr_nng_private.h @@ -65,6 +65,7 @@ typedef struct epoll_stuff { */ struct uta_ctx { char* my_name; // dns name of this host to set in sender field of a message + char* my_ip; // the ip address we _think_ we are using sent in src_ip of the message for rts int shutdown; // thread notification if we need to tell them to stop int max_mlen; // max message length payload+header int max_plen; // max payload length