HomeClusterLabs Projects
Diffusion LibQB 58c0c9097940

Low: ipc: Remove ipc connection reference given to dispatch functions

Description

Low: ipc: Remove ipc connection reference given to dispatch functions

We don't need to give the dispatch_add callback a reference
since the dispatch_del callback must occur before the
connection is destroyed. This extra reference counting
causes unnecessary complexity.

Details

Event Timeline