[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SSH poll functions not exposed to libssh.so
[Thread Prev] | [Thread Next]
- Subject: Re: SSH poll functions not exposed to libssh.so
- From: Torsten Kuehnel <tdkuehnel@xxxxxxxxxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 20 Dec 2019 18:01:13 +0100
- To: libssh@xxxxxxxxxx
On Fri, 20 Dec 2019 09:07:45 +0100 Jakub Jelen <jjelen@xxxxxxxxxx> wrote: > Hello Torsten, > this does not have to do anything with the cmake. The libssh expose > only part of the functions compiled in the library as public API, which > is list of functions in include/libssh/libssh.h and in src/libssh.map. > > There are still other functions that can be used by including other > header files (libssh/poll.h), but these are not guaranteed to be stable > over the releases and may be changed in future. Thanks for the answer, this cleares things up for me. Beside the api not beeing stable yet, are the ssh_poll_* functions itself considered tested and stable to be useful ? I am considering giving it a try and change my select/list-driven approach to a poll/callback scheme. Thanks for sharing insight ! best > > Regards, > Jakub > -- Torsten Kuehnel <tdkuehnel@xxxxxxxxxxxxxxxxxxxxx>
Re: SSH poll functions not exposed to libssh.so | Andreas Schneider <asn@xxxxxxxxxxxxxx> |
SSH poll functions not exposed to libssh.so | Torsten Kuehnel <tdkuehnel@xxxxxxxxxxxxxxxxxxxxx> |
Re: SSH poll functions not exposed to libssh.so | Jakub Jelen <jjelen@xxxxxxxxxx> |