The aeron_udp_channel_transport_stct::bindings_clientd
is only found be used in aeron_udp_channel_transport_init function which set the bindings_clientd to NULL without further operations. Except some modification and assert in test cases.
In the test case, it is assigned as struct aeron_test_udp_bindings_state_stct
, which containes some state counter.
What role does this data member play in Aeron? What is the proper usage of bindings_clientd
?