diff options
Diffstat (limited to 'usr.bin/rsync/extern.h')
-rw-r--r-- | usr.bin/rsync/extern.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.bin/rsync/extern.h b/usr.bin/rsync/extern.h index 3a612722b9a..7de0211ba7b 100644 --- a/usr.bin/rsync/extern.h +++ b/usr.bin/rsync/extern.h @@ -1,4 +1,4 @@ -/* $OpenBSD: extern.h,v 1.43 2021/10/29 08:00:59 claudio Exp $ */ +/* $OpenBSD: extern.h,v 1.44 2022/08/02 18:09:20 job Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -70,6 +70,11 @@ extern int poll_timeout; /* + * Use this for --contimeout. + */ +extern int poll_contimeout; + +/* * Operating mode for a client or a server. * Sender means we synchronise local files with those from remote. * Receiver is the opposite. |