#190: Support for exit-signal messages
-------------------------+--------------------------------------------------
 Reporter:  tomyl        |       Owner:     
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:     
Component:  API          |     Version:     
 Keywords:               |      Blocks:     
Blocked By:               |  
-------------------------+--------------------------------------------------
 The attached patch implements support for exit-signal messages. The API is
 extended with the following method:

 {{{
 LIBSSH2_API int libssh2_channel_get_exit_signal(LIBSSH2_CHANNEL* channel,
                                                 char **exitsignal,
                                                 size_t *exitsignal_len,
                                                 char **errmsg,
                                                 size_t *errmsg_len,
                                                 char **langtag,
                                                 size_t *langtag_len);
 }}}



 The patch has been discussed in the thread
 http://www.libssh2.org/mail/libssh2-devel-archive-2010-10/0001.shtml.

-- 
Ticket URL: <http://trac.libssh2.org/ticket/190>
libssh2 <http://trac.libssh2.org/>
C library for writing portable SSH2 clients
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to