On Fri, 20 Dec 2019 09:07:45 +0100 Jakub Jelen <[email protected]> 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 <[email protected]>
