diff options
Diffstat (limited to 'cc/resource_provider.h')
-rw-r--r-- | cc/resource_provider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/resource_provider.h b/cc/resource_provider.h index f7db99c..e0cbd37 100644 --- a/cc/resource_provider.h +++ b/cc/resource_provider.h @@ -85,6 +85,7 @@ public: size_t numBlockingUploads(); void markPendingUploadsAsNonBlocking(); double estimatedUploadsPerSecond(); + void flushUploads(); // Flush all context operations, kicking uploads and ensuring ordering with // respect to other contexts. |