|
|
shared global variant in shared library.
|
|
04/19/2010 5:15 AM
post52008
|
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?
|
|
|
|
|