1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-12-02 01:17:52 +03:00

Removed the global poll ctx in fav. of /session ctx

This commit is contained in:
Aris Adamantiadis
2010-10-12 17:57:15 +02:00
parent 7b1359042c
commit 4f8907a524
5 changed files with 21 additions and 35 deletions

View File

@@ -153,8 +153,6 @@ int ssh_poll_ctx_add(ssh_poll_ctx ctx, ssh_poll_handle p);
int ssh_poll_ctx_add_socket (ssh_poll_ctx ctx, struct ssh_socket_struct *s);
void ssh_poll_ctx_remove(ssh_poll_ctx ctx, ssh_poll_handle p);
int ssh_poll_ctx_dopoll(ssh_poll_ctx ctx, int timeout);
ssh_poll_ctx ssh_get_global_poll_ctx(ssh_session session);
void ssh_free_global_poll_ctx(void);
ssh_poll_ctx ssh_poll_get_default_ctx(ssh_session session);
#endif /* POLL_H_ */