Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Enumerating pathname space entries: Page 1 of 5 (5 Items)
   
Enumerating pathname space entries  
Hi,

I am attempting to spawn a process from one node to another.  The process being spawned is successfully calling 
resmgr_attach(), but I can't find the name it registered in the pathname space of that node!

If the spawned process figures out which node it is running on and chroots to /net/thatnode.domain.com then if I ls /net
/thatnode.domain.com it shows up.  But if I ls on the node itself, it isn't there.

When the process starts I've tried chroot()ing the "/", but that doesn't work either. 

I figure if I could enumerate what has been registered with proc in terms of pathname space entries, I might be able to 
figure out what is going on.  Is there a way to enumerate the pathname space? 

Or, maybe there is a concept that I'm missing here....

Thanks
Kevin