version 1.2, 2022/06/29 19:44:58
|
version 1.6, 2022/08/03 17:07:07
|
Line 6
|
Line 6
|
#define __FWSYNC_WORKERS_H |
#define __FWSYNC_WORKERS_H |
|
|
|
|
void fwsync_sndpkt_state(void *context, int pending); | void fwsync_sndpkt_handler(void *context, int pending); |
|
|
int fwsync_state_handler(void *arg); | int fwsync_state_handler(const void *arg, const void *extdata); |
int fwsync_alias_handler(void *arg); | int fwsync_alias_handler(const void *arg, const void *extdata); |
| |
| int fwsync_add_state(const struct fws_proto *pkt); |
| int fwsync_add_alias(const struct fws_proto *pkt); |
|
|
|
|
#endif |
#endif |