diff options
author | Max Kellermann <max@duempel.org> | 2014-12-14 14:21:08 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-14 14:21:11 +0100 |
commit | 21aa1631a499273961f806a9c0560ea612562ac6 (patch) | |
tree | be724acfd04a55ef503f376cbaa2c7ced2c00672 /src/input/AsyncInputStream.hxx | |
parent | 49968541fd1229a92e5eadbd037b051d3b6a87da (diff) | |
download | mpd-21aa1631a499273961f806a9c0560ea612562ac6.tar.gz mpd-21aa1631a499273961f806a9c0560ea612562ac6.tar.xz mpd-21aa1631a499273961f806a9c0560ea612562ac6.zip |
input/async: add API documentation
Diffstat (limited to '')
-rw-r--r-- | src/input/AsyncInputStream.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/input/AsyncInputStream.hxx b/src/input/AsyncInputStream.hxx index d1f0c3b9d..b717087e7 100644 --- a/src/input/AsyncInputStream.hxx +++ b/src/input/AsyncInputStream.hxx @@ -62,6 +62,10 @@ protected: Error postponed_error; public: + /** + * @param _buffer a buffer allocated with HugeAllocate(); the + * destructor will free it using HugeFree() + */ AsyncInputStream(const char *_url, Mutex &_mutex, Cond &_cond, void *_buffer, size_t _buffer_size, |