Functions | |
dpl_status_t | dpl_init () |
Initialize Droplet global data. More... | |
void | dpl_free () |
Free Droplet global data. More... | |
dpl_ctx_t * | dpl_ctx_new (const char *droplet_dir, const char *profile_name) |
Create a context. More... | |
dpl_ctx_t * | dpl_ctx_new_from_dict (const dpl_dict_t *profile) |
Creates a new context with the profile specified in a dict. More... | |
void | dpl_ctx_free (dpl_ctx_t *ctx) |
Free a context. More... | |
char * | dpl_size_str (uint64_t size) |
convenience function More... | |
char* dpl_size_str | ( | uint64_t | size | ) |
size |