module-avb: emit gm_changed event

This commit is contained in:
Nils Tonnaett 2026-04-21 17:13:44 -07:00 committed by hackerman-kl
parent 5fd9c1eaff
commit 37efd5c5f9
2 changed files with 9 additions and 0 deletions

View file

@ -61,6 +61,8 @@ struct server_events {
void (*periodic) (void *data, uint64_t now);
int (*command) (void *data, uint64_t now, const char *command, const char *args, FILE *out);
void (*gm_changed) (void *data, uint64_t now, uint8_t gm_id[8]);
};
struct descriptor {