struct tapi_flow_s

General Flow structure List of endpoints and traffic entries

#include <tapi_flow.h>

struct tapi_flow_s {
    // fields

    asn_value* flow_spec;

    // methods

    SLIST_HEAD(tapi_flow_ep);
    SLIST_HEAD(tapi_flow_traffic);
};