To follow up myself:

>--- include/libssh2.h  4 Nov 2006 19:30:31 -0000       1.60
>+++ include/libssh2.h  23 Nov 2006 17:06:42 -0000
>@@ -172,8 +172,8 @@ typedef struct _LIBSSH2_POLLFD {
>               LIBSSH2_LISTENER *listener; /* Read polls only -- are inbound 
> connections waiting to be accepted? */
>       } fd;
> 
>-      unsigned long events; /* Requested Events */
>-      unsigned long revents; /* Returned Events */
>+      unsigned long ssh2events; /* Requested Events */
>+      unsigned long ssh2revents; /* Returned Events */
> } LIBSSH2_POLLFD;

As this is in include/libssh2.h, are applications expected to access
those fields? If so the patch would create API problems obviously, but
it would be tricky to avoid that.

-Tor (aka tor2)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
libssh2-devel mailing list
libssh2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libssh2-devel

Reply via email to