aboutsummaryrefslogtreecommitdiffstats
path: root/src/input
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-12-14 14:21:08 +0100
committerMax Kellermann <max@duempel.org>2014-12-14 14:21:11 +0100
commit21aa1631a499273961f806a9c0560ea612562ac6 (patch)
treebe724acfd04a55ef503f376cbaa2c7ced2c00672 /src/input
parent49968541fd1229a92e5eadbd037b051d3b6a87da (diff)
downloadmpd-21aa1631a499273961f806a9c0560ea612562ac6.tar.gz
mpd-21aa1631a499273961f806a9c0560ea612562ac6.tar.xz
mpd-21aa1631a499273961f806a9c0560ea612562ac6.zip
input/async: add API documentation
Diffstat (limited to 'src/input')
-rw-r--r--src/input/AsyncInputStream.hxx4
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,