File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 16
16
17
17
typedef struct
18
18
{
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];
31
33
} mongoc_index_opt_t;]]> </code >
32
34
</section >
33
35
You can’t perform that action at this time.
0 commit comments