MCPcopy Create free account
hub / github.com/apache/trafficserver / acquire

Method acquire

src/proxy/http/remap/PluginDso.cc:279–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279void
280PluginDso::acquire()
281{
282 this->refcount_inc();
283 PluginDbg(_dbg_ctl(), "plugin DSO acquire (ref-count:%d, dso-addr:%p)", this->refcount(), this);
284}
285
286void
287PluginDso::release()

Callers 1

RemapPluginInstMethod · 0.45

Calls 2

refcount_incMethod · 0.80
refcountMethod · 0.80

Tested by

no test coverage detected