participants are not hidden built-in entities in built-in topics and should get an instance handle consistent with the DCPSParticipant topic
Signed-off-by: Erik Boasson <erik.boasson@prismtech.com>
This commit is contained in:
		
							parent
							
								
									46b1aa5366
								
							
						
					
					
						commit
						781c644800
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -161,7 +161,7 @@ static void entity_common_init (struct entity_common *e, const struct nn_guid *g
 | 
			
		|||
  e->name = os_strdup (name ? name : "");
 | 
			
		||||
  e->onlylocal = onlylocal;
 | 
			
		||||
  os_mutexInit (&e->lock);
 | 
			
		||||
  if (onlylocal || is_builtin_entityid (guid->entityid, vendorid))
 | 
			
		||||
  if (onlylocal || is_builtin_endpoint (guid->entityid, vendorid))
 | 
			
		||||
  {
 | 
			
		||||
    e->iid = ddsi_iid_gen ();
 | 
			
		||||
    *tk = NULL;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue