bbfdm/libbbfdm-ubus/set.h
Amin Ben Romdhane f21814dd4e
Optimize bbfdmd
* All core Data Model move to core micro-service
* New bbfdmd daemon to use async call to optimize RPCs handling
2025-02-21 09:55:09 +00:00

17 lines
328 B
C

#ifndef SET_H
#define SET_H
enum {
DM_SET_PATH,
DM_SET_VALUE,
DM_SET_TYPE,
DM_SET_OBJ_PATH,
DM_SET_OPTIONAL,
__DM_SET_MAX,
};
int fill_pvlist_set(char *param_name, char *param_value, char *data_type, struct blob_attr *blob_table, struct list_head *pv_list);
int bbfdm_set_value(bbfdm_data_t *data);
#endif /* SET_H */