Mercurial > dropbear
comparison runopts.h @ 323:3bfbe95f9a14
Add -P pidfile patch from Swen Schillig
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 07 Jun 2006 14:10:21 +0000 |
parents | 306499676384 |
children | 0e4f225b7e07 |
comparison
equal
deleted
inserted
replaced
322:84aa4e60bd3c | 323:3bfbe95f9a14 |
---|---|
81 int nolocaltcp; | 81 int nolocaltcp; |
82 #endif | 82 #endif |
83 | 83 |
84 sign_key *hostkey; | 84 sign_key *hostkey; |
85 buffer * banner; | 85 buffer * banner; |
86 char * pidfile; | |
86 | 87 |
87 } svr_runopts; | 88 } svr_runopts; |
88 | 89 |
89 extern svr_runopts svr_opts; | 90 extern svr_runopts svr_opts; |
90 | 91 |