diff --git a/src/conf/domain_conf.h b/src/conf/domain_conf.h index b50ff819fabb10ff6e22221ac7545ca58af73150..b24e6ec3def0cbf7463f12b0af45fd4e00516413 100644 --- a/src/conf/domain_conf.h +++ b/src/conf/domain_conf.h @@ -1659,6 +1659,9 @@ struct _virDomainGraphicsDef { virTristateBool gl; char *rendernode; } spice; + struct { + char *rendernode; + } egl_headless; } data; /* nListens, listens, and *port are only useful if type is vnc, * rdp, or spice. They've been extracted from the union only to