ywkaras commented on code in PR #11367: URL: https://github.com/apache/trafficserver/pull/11367#discussion_r1625057522
########## src/proxy/http/remap/PluginDso.cc: ########## @@ -282,15 +282,15 @@ PluginDso::clean(std::string &error) void PluginDso::acquire() { - ++this->_instanceCount; - PluginDbg(_dbg_ctl(), "plugin DSO acquire (ref-count:%d, dso-addr:%p)", this->_instanceCount.load(), this); + this->refcount_inc(); + PluginDbg(_dbg_ctl(), "plugin DSO acquire (ref-count:%d, dso-addr:%p)", this->refcount(), this); Review Comment: Then why did the code compile when I removed RefCountInHeap as a base class above? -- 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: github-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org