aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Source/Local/FSTWriteGroupTracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Source/Local/FSTWriteGroupTracker.h')
-rw-r--r--Firestore/Source/Local/FSTWriteGroupTracker.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Firestore/Source/Local/FSTWriteGroupTracker.h b/Firestore/Source/Local/FSTWriteGroupTracker.h
index bd26a46..c4651ab 100644
--- a/Firestore/Source/Local/FSTWriteGroupTracker.h
+++ b/Firestore/Source/Local/FSTWriteGroupTracker.h
@@ -15,6 +15,7 @@
*/
#import <Foundation/Foundation.h>
+#import "Firestore/core/src/firebase/firestore/local/leveldb_transaction.h"
@class FSTWriteGroup;
@@ -37,6 +38,10 @@ NS_ASSUME_NONNULL_BEGIN
*/
- (FSTWriteGroup *)startGroupWithAction:(NSString *)action;
+- (FSTWriteGroup *)startGroupWithAction:(NSString *)action
+ transaction:
+ (firebase::firestore::local::LevelDbTransaction *)transaction;
+
/** Ends a group previously started with `startGroupWithAction`. */
- (void)endGroup:(FSTWriteGroup *)group;