add participant instance handle to builtin topics
Extend the endpoint built-in topic data with the participant instance handle (the GUID was already present). Having the instance handle available makes it trivial to look up the participant, whereas a lookup of the GUID is rather impractical. Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
5735b5775d
commit
e965df5db7
3 changed files with 9 additions and 0 deletions
|
@ -210,6 +210,7 @@ typedef struct dds_builtintopic_endpoint
|
|||
{
|
||||
dds_builtintopic_guid_t key;
|
||||
dds_builtintopic_guid_t participant_key;
|
||||
dds_instance_handle_t participant_instance_handle;
|
||||
char *topic_name;
|
||||
char *type_name;
|
||||
dds_qos_t *qos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue