diff options
author | Max Kellermann <max@musicpd.org> | 2017-12-22 00:37:25 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-12-22 00:37:25 +0100 |
commit | d0194a6fb3b6e7f01ece66b8bb22be27638f87e4 (patch) | |
tree | 8a0ca1cdc6873c66575c702b9d539133c8b7f23f /src/decoder/DecoderControl.hxx | |
parent | e45d13d469259e581697462c3b371d38440149b7 (diff) |
decoder/Control: caller must lock mutex for Seek()
Diffstat (limited to 'src/decoder/DecoderControl.hxx')
-rw-r--r-- | src/decoder/DecoderControl.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoder/DecoderControl.hxx b/src/decoder/DecoderControl.hxx index a324a7999..10b9a750f 100644 --- a/src/decoder/DecoderControl.hxx +++ b/src/decoder/DecoderControl.hxx @@ -387,6 +387,8 @@ public: /** * Throws #std::runtime_error on error. + * + * Caller must lock the object. */ void Seek(SongTime t); |