[BACK]Return to monitor.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/monitor.h between version 1.19 and 1.20

version 1.19, 2015/01/19 19:52:16 version 1.20, 2016/09/28 16:33:07
Line 58 
Line 58 
         MONITOR_REQ_TERM = 50,          MONITOR_REQ_TERM = 50,
 };  };
   
 struct mm_master;  
 struct monitor {  struct monitor {
         int                      m_recvfd;          int                      m_recvfd;
         int                      m_sendfd;          int                      m_sendfd;
         int                      m_log_recvfd;          int                      m_log_recvfd;
         int                      m_log_sendfd;          int                      m_log_sendfd;
         struct mm_master        *m_zback;  
         struct mm_master        *m_zlib;  
         struct kex              **m_pkex;          struct kex              **m_pkex;
         pid_t                    m_pid;          pid_t                    m_pid;
 };  };
   
 struct monitor *monitor_init(void);  struct monitor *monitor_init(void);
 void monitor_reinit(struct monitor *);  void monitor_reinit(struct monitor *);
 void monitor_sync(struct monitor *);  
   
 struct Authctxt;  struct Authctxt;
 void monitor_child_preauth(struct Authctxt *, struct monitor *);  void monitor_child_preauth(struct Authctxt *, struct monitor *);

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20