summaryrefslogtreecommitdiff
path: root/modules/gdnative/include
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2021-07-20 11:44:40 -0500
committerDavid Snopek <dsnopek@gmail.com>2021-07-20 12:58:39 -0500
commitabb45f5fe7a1d5a44511675ee8695cc3859698b1 (patch)
treefe1e1ca683c10b22b44b977bd6fa73dd76a10434 /modules/gdnative/include
parentbb037de95c78946746579b6d36fce78cd9b24065 (diff)
Add get_buffered_amount() to WebRTCDataChannel
Diffstat (limited to 'modules/gdnative/include')
-rw-r--r--modules/gdnative/include/net/godot_webrtc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gdnative/include/net/godot_webrtc.h b/modules/gdnative/include/net/godot_webrtc.h
index 25aa72dae1..62b7e3c2c5 100644
--- a/modules/gdnative/include/net/godot_webrtc.h
+++ b/modules/gdnative/include/net/godot_webrtc.h
@@ -101,6 +101,7 @@ typedef struct {
int (*get_max_retransmits)(const void *);
const char *(*get_protocol)(const void *);
bool (*is_negotiated)(const void *);
+ int (*get_buffered_amount)(const void *);
godot_error (*poll)(void *);
void (*close)(void *);