ywkaras commented on code in PR #10692:
URL: https://github.com/apache/trafficserver/pull/10692#discussion_r1376857705
##########
plugins/remap_stats/remap_stats.cc:
##########
@@ -252,7 +252,10 @@ TSPluginInit(int argc, const char *argv[])
}
}
- TSUserArgIndexReserve(TS_USER_ARGS_TXN, PLUGIN_NAME, "txn data",
&(config->txn_slot));
+ TSReturnCode result = TSUserArgIndexReserve(TS_USER_ARGS_TXN, PLUGIN_NAME,
"txn data", &index);
Review Comment:
Looks like you are missing the definition of "index".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]