#pragma once #include #include #include #include "evt_core.h" struct algo_skel { struct evt_core_cat on_udp_data; struct evt_core_cat on_tcp_data; struct evt_core_cat on_tcp_co; }; void algo_naive(struct algo_skel* as);