diff options
Diffstat (limited to 'net/socket/socket_test_util.h')
-rw-r--r-- | net/socket/socket_test_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h index b8ccbc0..995859c 100644 --- a/net/socket/socket_test_util.h +++ b/net/socket/socket_test_util.h @@ -529,6 +529,8 @@ class SocketDataProviderArray { data_providers_.push_back(data_provider); } + size_t next_index() { return next_index_; } + void ResetNextIndex() { next_index_ = 0; } |