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 - how to call a function from a LSM module of io-pkt(.so), the function is defined/implemented in another LSM module io-pkt.: Page 1 of 3 (3 Items)
   
how to call a function from a LSM module of io-pkt(.so), the function is defined/implemented in another LSM module io-pkt.  
Hi,

How to i call a function from a io-pkt LSM module (.so), which is defined/implemented in another io-pkt  LSM module (.
so).  
There are two io-pkt LSM modules, lets say lsm-module1.so and lsm-module2.so.  The function1() is defined/implemented in
 lsm-module1.so. I want to call function1() from lsm-module2.so. The lsm-module1.so is mounted to io-pkt first and lsm-
module2.so is mouted later.
when i do mount of lsm-module2.so, I see error like "unresolved symbol function1()". Please let me know that how to fix 
the issue.
Thanks for the help.

./Prakash