My problem basically is that in my program I need to pass around the reference to the s struct to multiple places including a new thread. In C I could for examp
s