Skip to content

CTL - add variadic arguments API #1085

Open
Open
@KFilipek

Description

@KFilipek

Add variadic arguments API

This issue introduces generic CTL API for the following functions:

umfCtlGet(const char* name, ...);
umfCtlSet(const char* name, ...);
umfCtlexec(const char* name, ...);

Current API contains explicit arguments like:

int umfCtlGet(const char *name, void *ctx, void *arg);

Metadata

Metadata

Assignees

No one assigned

    Labels

    1.0 API readinessThings to be improved in API before 1.0 stable release

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions