Skip to content

Commit 9bb5a07

Browse files
author
alexeyvo
committed
Update mongoc_index_opt_t doc
1 parent a5c7ab7 commit 9bb5a07

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

doc/mongoc_index_opt_t.page

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,20 @@
1616
1717
typedef struct
1818
{
19-
bool is_initialized;
20-
bool background;
21-
bool unique;
22-
const char *name;
23-
bool drop_dups;
24-
bool sparse;
25-
int32_t expire_after_seconds;
26-
int32_t v;
27-
const bson_t *weights;
28-
const char *default_language;
29-
const char *language_override;
30-
void *padding [8];
19+
bool is_initialized;
20+
bool background;
21+
bool unique;
22+
const char *name;
23+
bool drop_dups;
24+
bool sparse;
25+
int32_t expire_after_seconds;
26+
int32_t v;
27+
const bson_t *weights;
28+
const char *default_language;
29+
const char *language_override;
30+
mongoc_index_opt_geo_t *geo_options;
31+
mongoc_index_opt_storage_t *storage_options;
32+
void *padding[6];
3133
} mongoc_index_opt_t;]]></code>
3234
</section>
3335

0 commit comments

Comments
 (0)