ssh_threads_get_noop method

Pointer<Int32> ssh_threads_get_noop()

@brief Get the noop threads callbacks structure

This can be used with ssh_threads_set_callbacks. These callbacks do nothing and are being used by default.

@return Always returns a valid pointer to the noop callbacks structure.

@see ssh_threads_set_callbacks

Implementation

ffi.Pointer<ffi.Int32> ssh_threads_get_noop() {
  return _ssh_threads_get_noop();
}