diff options
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor.h,v 1.15 2008/11/04 08:22:13 djm Exp $ */ | 1 | /* $OpenBSD: monitor.h,v 1.16 2011/06/17 21:44:31 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -74,6 +74,8 @@ struct mm_master; | |||
74 | struct monitor { | 74 | struct monitor { |
75 | int m_recvfd; | 75 | int m_recvfd; |
76 | int m_sendfd; | 76 | int m_sendfd; |
77 | int m_log_recvfd; | ||
78 | int m_log_sendfd; | ||
77 | struct mm_master *m_zback; | 79 | struct mm_master *m_zback; |
78 | struct mm_master *m_zlib; | 80 | struct mm_master *m_zlib; |
79 | struct Kex **m_pkex; | 81 | struct Kex **m_pkex; |