We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db9b17 commit 2016f8aCopy full SHA for 2016f8a
src/tarantool.c
@@ -121,7 +121,7 @@ tarantool_stream_send(tarantool_object *obj TSRMLS_DC) {
121
* See https://bugs.launchpad.net/tarantool/+bug/1182474
122
*/
123
static size_t
124
-tarantool_stream_read(tarantool_connection *obj, char *buf, size_t size) {
+tarantool_stream_read(tarantool_object *obj, char *buf, size_t size) {
125
return tntll_stream_read2(obj->stream, buf, size);
126
}
127
0 commit comments