projects
/
OpenSRF.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
set log xid on outbound messages
[OpenSRF.git]
/
src
/
gateway
/
osrf_http_translator.c
diff --git
a/src/gateway/osrf_http_translator.c
b/src/gateway/osrf_http_translator.c
index
66bc90e
..
5d2f60a
100644
(file)
--- a/
src/gateway/osrf_http_translator.c
+++ b/
src/gateway/osrf_http_translator.c
@@
-341,6
+341,7
@@
static int osrfHttpTranslatorProcess(osrfHttpTranslator* trans) {
// send the message to the recipient
transport_message* tmsg = message_init(
trans->body, NULL, trans->thread, trans->recipient, NULL);
+ message_set_osrf_xid(tmsg, osrfLogGetXid());
client_send_message(trans->handle, tmsg);
message_free(tmsg);