--- fwsync/driver/fwsync_workers.h 2022/06/22 13:01:55 1.1.1.1 +++ fwsync/driver/fwsync_workers.h 2022/07/11 12:58:58 1.3 @@ -6,8 +6,10 @@ #define __FWSYNC_WORKERS_H -int fwsync_state_handler(const void *arg); -int fwsync_alias_handler(const void *arg); +void fwsync_sndpkt_handler(void *context, int pending); + +int fwsync_state_handler(void *arg); +int fwsync_alias_handler(void *arg); #endif