Files
scylladb/net
Gleb Natapov c8ffffa557 Add packet::free_on_cpu() function
Some packets are processed by a cpu other than the one that allocates it
and its fragments. free_on_cpu() function should be called on a cpu that
does processing and it returns a packet that is deletable by the current
cpu. It is done by copying packet/packet::impl to locally allocated one
and adding new deleter that runs old deleter on original cpu.
2014-10-07 11:04:01 +03:00
..
2014-10-07 11:04:01 +03:00
2014-10-07 11:04:01 +03:00
2014-10-07 11:03:52 +03:00
2014-09-22 11:22:59 +03:00