diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-14 01:44:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-23 19:51:28 +0200 |
| commit | 07a4b0397cf73ec5bbb35c7f2dae58e55a63864c (patch) | |
| tree | 5fed510a5969011abee8097b81349f512333cfcc /src/lib/dcpomatic_socket.h | |
| parent | a7db2f4f8e3e367578bf7ddd9e7f4a17589f6328 (diff) | |
Add Socket::run().
Diffstat (limited to 'src/lib/dcpomatic_socket.h')
| -rw-r--r-- | src/lib/dcpomatic_socket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_socket.h b/src/lib/dcpomatic_socket.h index 79cf7efe2..72f97fd98 100644 --- a/src/lib/dcpomatic_socket.h +++ b/src/lib/dcpomatic_socket.h @@ -53,6 +53,8 @@ public: uint32_t read_uint32 (); void set_deadline_from_now(int seconds); + void run(); + class ReadDigestScope { public: |
