summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2020-06-02 08:17:27 +0000
committernicm <nicm@openbsd.org>2020-06-02 08:17:27 +0000
commitcf8132c5c133cd5c76b9c1b8f921ac116f75e564 (patch)
tree1587af256d2ab140e410e61554a71a5031fab5a0 /usr.bin/tmux/tmux.h
parentAdd support for hardware vlan tagging. Tag insertion here is actually (diff)
downloadwireguard-openbsd-cf8132c5c133cd5c76b9c1b8f921ac116f75e564.tar.xz
wireguard-openbsd-cf8132c5c133cd5c76b9c1b8f921ac116f75e564.zip
Use CLOCK_MONOTONIC for timer measurement and add a timestamp to control
mode %output blocks.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index b334500f50c..d2baefeece0 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.1059 2020/06/01 19:39:25 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.1060 2020/06/02 08:17:27 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -1852,6 +1852,7 @@ extern int ptm_fd;
extern const char *shell_command;
int checkshell(const char *);
void setblocking(int, int);
+uint64_t get_timer(void);
const char *sig2name(int);
const char *find_cwd(void);
const char *find_home(void);