Skip to content

Commit b4d360c

Browse files
committed
explain gridfs file's cursor_range
1 parent 8470a09 commit b4d360c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mongoc/mongoc-gridfs-file-private.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ struct _mongoc_gridfs_file_t
4141
int32_t n;
4242
bson_error_t error;
4343
mongoc_cursor_t *cursor;
44-
uint32_t cursor_range[2];
44+
uint32_t cursor_range[2]; /* current chunk, # of chunks */
4545
bool is_dirty;
4646

4747
bson_value_t files_id;

0 commit comments

Comments
 (0)