diff options
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: monitor.h,v 1.18 2014/01/29 06:18:35 djm Exp $ */ | 1 | /* $OpenBSD: monitor.h,v 1.19 2015/01/19 19:52:16 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> | 4 | * Copyright 2002 Niels Provos <provos@citi.umich.edu> |
@@ -82,7 +82,7 @@ struct monitor { | |||
82 | int m_log_sendfd; | 82 | int m_log_sendfd; |
83 | struct mm_master *m_zback; | 83 | struct mm_master *m_zback; |
84 | struct mm_master *m_zlib; | 84 | struct mm_master *m_zlib; |
85 | struct Kex **m_pkex; | 85 | struct kex **m_pkex; |
86 | pid_t m_pid; | 86 | pid_t m_pid; |
87 | }; | 87 | }; |
88 | 88 | ||