Project Home
Project Home
Trackers
Trackers
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 - shared global variant in shared library.: Page 1 of 4 (4 Items)
   
shared global variant in shared library.  
I made a shared library. In this library, there are a global structure variant. Usually, the each process linking this 
library has it's own copy of this structure, many processes have many special copies.
But I want there are only one copy and all the process share this one.
How should I do?