version 1.1.1.1, 2022/06/22 13:01:55
|
version 1.7, 2022/08/10 00:03:50
|
Line 6
|
Line 6
|
#define __FWSYNC_WORKERS_H |
#define __FWSYNC_WORKERS_H |
|
|
|
|
int fwsync_state_handler(const void *arg); | void fwsync_sndpkt_handler(void *context, int pending); |
int fwsync_alias_handler(const void *arg); | |
| int fwsync_state_handler(const void *arg, const void *extdata); |
| 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); |
| |
| int fwsync_state_sync(const void *arg, const void *extdata); |
|
|
|
|
#endif |
#endif |