Skip to content

Commit

Permalink
fix C binding
Browse files Browse the repository at this point in the history
  • Loading branch information
TennyZhuang committed Nov 16, 2024
1 parent 0413fc3 commit 24461f8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bindings/c/include/opendal.h
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,10 @@ typedef struct opendal_capability {
* If it is not set, this will be zero
*/
uintptr_t batch_max_operations;
/**
* If operator supports shared.
*/
bool shared;
/**
* If operator supports blocking.
*/
Expand Down

0 comments on commit 24461f8

Please sign in to comment.