Skip to content

Commit

Permalink
feat: Add flags parameter to the Conf interface
Browse files Browse the repository at this point in the history
  • Loading branch information
iqyx committed Sep 11, 2024
1 parent 958ebcc commit f29cca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/interfaces/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ struct conf_vmt {
*/
conf_ret_t (*create)(Conf *self, const char *name, Conf **new);

conf_ret_t (*stat)(Conf *self, const char **name, enum conf_type *type);
conf_ret_t (*stat)(Conf *self, const char **name, enum conf_type *type, enum conf_flag *flags);

/**
* @brief Destroy/delete the current value
Expand Down

0 comments on commit f29cca3

Please sign in to comment.