must copy listener argument pointer into entity to pass it in listener invocations
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
0014941fad
commit
455783eed9
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ dds_listener_copy(_Out_ dds_listener_t * __restrict dst, _In_ const dds_listener
|
|||
dstl->on_sample_lost = srcl->on_sample_lost;
|
||||
dstl->on_sample_rejected = srcl->on_sample_rejected;
|
||||
dstl->on_subscription_matched = srcl->on_subscription_matched;
|
||||
dstl->arg = srcl->arg;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue