libssh
0.8.3
The SSH library
|
Functions | |
int | ssh_threads_init (void) |
void | ssh_threads_finalize (void) |
int | ssh_threads_set_callbacks (struct ssh_threads_callbacks_struct *cb) |
Set the thread callbacks structure. More... | |
const char * | ssh_threads_get_type (void) |
Threading with libssh
int ssh_threads_set_callbacks | ( | struct ssh_threads_callbacks_struct * | cb | ) |
Set the thread callbacks structure.
This is necessary if your program is using libssh in a multithreaded fashion. This function must be called first, outside of any threading context (in your main() function for instance), before you call ssh_init().
[in] | cb | A pointer to a ssh_threads_callbacks_struct structure, which contains the different callbacks to be set. |