summaryrefslogtreecommitdiffhomepage
path: root/whiteboard.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-12 11:54:05 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-12 11:54:05 +0100
commitb0f8b28977e59b7fbfc1ce57ee5c102b8e4e0690 (patch)
tree926eb8dbd140d84ab0238ce7d671673056f12f56 /whiteboard.h
parent7d5ca5cebfe3453aaa3c649bbc3e771e6d636ac9 (diff)
Touch documents on read (i.e. reset timeout on read)
Diffstat (limited to 'whiteboard.h')
-rw-r--r--whiteboard.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/whiteboard.h b/whiteboard.h
index 7648bd4..53036ac 100644
--- a/whiteboard.h
+++ b/whiteboard.h
@@ -30,5 +30,6 @@ private:
void do_accept();
void on_accept(boost::system::error_code ec, boost::asio::ip::tcp::socket socket);
+ void touch_all_connections();
};