summaryrefslogtreecommitdiffhomepage
path: root/session.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-12-15 22:09:55 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-12-15 22:09:55 +0800
commit79b43270a70143f97ba58c13cc9d055339b44cbe (patch)
tree0817d629170c6f92e6260a363676bf21ad86e1a5 /session.h
parent3d33e65a3546193e05eb469d7c5a9b2b0931420d (diff)
A few minor style fixes
Diffstat (limited to 'session.h')
-rw-r--r--session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/session.h b/session.h
index 0899573..77e1bcd 100644
--- a/session.h
+++ b/session.h
@@ -305,7 +305,7 @@ struct clientsession {
struct AgentkeyList *agentkeys; /* Keys to use for public-key auth */
#endif
- int proxy_cmd_pid;
+ pid_t proxy_cmd_pid;
};
/* Global structs storing the state */