[Pharo-users] Socket Handles to C

2014-04-09 Thread Sean P. DeNigris
How do Socket handles map to C socket IDs? I'm wrapping libssh2 via Native Boost and I'd much rather create sockets via Smalltalk than C, but I'm not sure how to pass the handle to a C function expecting a C socket ID. Maybe I'm missing something really simple? Thanks. - Cheers, Sean --

Re: [Pharo-users] Socket Handles to C

2014-04-09 Thread Igor Stasenko
On 9 April 2014 16:59, Sean P. DeNigris s...@clipperadams.com wrote: How do Socket handles map to C socket IDs? I'm wrapping libssh2 via Native Boost and I'd much rather create sockets via Smalltalk than C, but I'm not sure how to pass the handle to a C function expecting a C socket ID. Maybe