~vcs-imports/libssh/trunk

« back to all changes in this revision

Viewing changes to src/session.c

  • Committer: Andreas Schneider
  • Date: 2018-12-07 16:49:17 UTC
  • Revision ID: git-v1:8ece2abfab35da017c58bde04b97fa98f212a1b0
session: Use long for the timeout

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
658
658
 * @return              SSH_OK on success, SSH_ERROR otherwise.
659
659
 */
660
660
int ssh_handle_packets_termination(ssh_session session,
661
 
                                   int timeout,
 
661
                                   long timeout,
662
662
                                   ssh_termination_function fct,
663
663
                                   void *user)
664
664
{