mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-08-08 09:04:33 +00:00
Remove unused declaration
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Christophe Fergeau <cfergeau@redhat.com>
This commit is contained in:
parent
afd4d44807
commit
8f43c8348c
@ -50,14 +50,6 @@ typedef struct MonitorMode {
|
||||
#define REDS_MAX_STAT_NODES 100
|
||||
#define REDS_STAT_SHM_SIZE (sizeof(SpiceStat) + REDS_MAX_STAT_NODES * sizeof(SpiceStatNode))
|
||||
|
||||
typedef struct RedsStatValue {
|
||||
uint32_t value;
|
||||
uint32_t min;
|
||||
uint32_t max;
|
||||
uint32_t average;
|
||||
uint32_t count;
|
||||
} RedsStatValue;
|
||||
|
||||
#endif
|
||||
|
||||
typedef struct RedsMigPendingLink {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user