Typedef pfwl_flow_termination_callback_t

Typedef Documentation

void() pfwl_flow_termination_callback_t (pfwl_flow_info_t *flow_info)

Callback which is called when a flow terminates. This callback is called when the flow is expired and deleted. It can be used by the user to access flow information and to clear any data he/she associated to the flow.

Parameters
  • flow_info: A pointer to the flow information.