
Hi Guys,
How do I load a module that has been previously loaded with loadModule. what I basically need to make libsmi aware of a module, but when I finish with it I want it to forget about it, until I loaded again. Is this possible.
Thanks in advance.,
georges -- !! This message is brought to you via the `libsmi' mailing list. !! Please do not reply to this message to unsubscribe. To subscribe or !! unsubscribe, send a mail message to libsmi-request@ibr.cs.tu-bs.de. !! See http://www.ibr.cs.tu-bs.de/projects/libsmi/ for more information.

Georges writes:
Georges> How do I load a module that has been previously loaded with Georges> loadModule. what I basically need to make libsmi aware of a Georges> module, but when I finish with it I want it to forget about Georges> it, until I loaded again. Is this possible.
No, you can't unload a specific module. However, you can call smiExit() which unloads all modules. Afterwards, you can load those modules again that you need.
/js
participants (2)
-
Georges
-
Juergen Schoenwaelder