aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Harning Jr <harningt@gmail.com>2007-11-25 17:43:57 -0500
committerThomas Harning Jr <harningt@gmail.com>2007-11-25 17:43:57 -0500
commit68736d02322f59130b1b407b483f4d507609d024 (patch)
treef35e3cec32c14fb7f509189aad6938aa1475c89e
parentf7c5f12e4cf840b59631f4fe12633b217ae7155f (diff)
downloadluaevent-prosody-68736d02322f59130b1b407b483f4d507609d024.tar.gz
luaevent-prosody-68736d02322f59130b1b407b483f4d507609d024.zip
docs: Learned bufferevent's new get_read/write
-rw-r--r--doc/modules/luaevent.core.bufferevent.mdwn6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/modules/luaevent.core.bufferevent.mdwn b/doc/modules/luaevent.core.bufferevent.mdwn
index a2deee2..5c6a398 100644
--- a/doc/modules/luaevent.core.bufferevent.mdwn
+++ b/doc/modules/luaevent.core.bufferevent.mdwn
@@ -26,3 +26,9 @@ Functions:
* Releases the bufferevent
* Disconnects event buffers since they were owned by the bufferevent object in 'C' land
* Disconnects all references so that any erroneous callbacks don't cause failures
+
+## bufferevent:get_read
+* Obtains the input buffer associated w/ the bufferevent
+
+## bufferevent:get_write
+* Obtains the output buffer associated w/ the bufferevent