J
Jon Kneller
I have 2 seperate libraries, compiled to .so files (these are being loaded
into a Tcl process).
I would like to be able to share data (a linked list) between these
libraries - one needs to modify the data, the other needs to search it. I
cannot be certain that both libraries will loaded at any given time.
Because the program using the libraries is Tcl, I can't store the data at
that level.
Any ideas on how I can achieve this?
Thanks,
Jon
into a Tcl process).
I would like to be able to share data (a linked list) between these
libraries - one needs to modify the data, the other needs to search it. I
cannot be certain that both libraries will loaded at any given time.
Because the program using the libraries is Tcl, I can't store the data at
that level.
Any ideas on how I can achieve this?
Thanks,
Jon