ssh_threads_get_pthread method

Pointer<Int32> ssh_threads_get_pthread()

@brief Returns a pointer on the pthread threads callbacks, to be used with ssh_threads_set_callbacks.

@see ssh_threads_set_callbacks

Implementation

ffi.Pointer<ffi.Int32> ssh_threads_get_pthread() {
  return _ssh_threads_get_pthread();
}