Home
Developer Resources
QNX RTOS v4
QNX RTOS v4 Knowledge Base

QNX RTOS v4 Knowledge Base

Foundry27
Foundry27
QNX RTOS v4 project
Resources

QNX RTOS v4 Knowledge Base

Title Use qnx_name_locate() to find local name on a network node
Ref. No. QNX.000009880
Category(ies) Network, Development
Issue How can we find a local name on a certain node using qnx_name_locate() if we can't give any specific id's to qnx_name_locate()?
Solution If the name for a process starts with "/", it is a global name.  If it doesn't, it is local.  In qnx_name_locate(), simply give the appropriate type of name and ignore the nid (node ID).

For more information, please see 'Process Symbolic Names' in the "System Architecture" manual.