diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-06-14 19:49:29 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-06-23 19:51:28 +0200 |
| commit | 1fbc7667051f28f4a8349fce1cdb593c1df48e38 (patch) | |
| tree | e327c27c54bf7c2dfe90ad21d1f7dd876d4f73a8 /src/lib/dcpomatic_socket.h | |
| parent | 07a4b0397cf73ec5bbb35c7f2dae58e55a63864c (diff) | |
Add Socket::close().
Diffstat (limited to 'src/lib/dcpomatic_socket.h')
| -rw-r--r-- | src/lib/dcpomatic_socket.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/dcpomatic_socket.h b/src/lib/dcpomatic_socket.h index 72f97fd98..3fa2908ff 100644 --- a/src/lib/dcpomatic_socket.h +++ b/src/lib/dcpomatic_socket.h @@ -54,6 +54,7 @@ public: void set_deadline_from_now(int seconds); void run(); + void close(); class ReadDigestScope { |
