first draft for ACMP/ timeout handling, and communication between SRP/ADP and the ACMP state machine

This commit is contained in:
hackerman-kl 2026-01-19 09:39:49 +01:00 committed by Wim Taymans
parent ad543e37f5
commit 4856f85de2
18 changed files with 2970 additions and 285 deletions

View file

@ -113,6 +113,8 @@ struct server {
struct avb_mvrp *mvrp;
struct avb_msrp *msrp;
struct avb_maap *maap;
struct avb_adp *adp;
struct avb_acmp *acmp;
struct avb_msrp_attribute *domain_attr;
};