[Spice-commits] server/reds-private.h

Frediano Ziglio fziglio at kemper.freedesktop.org
Tue Oct 25 14:17:58 UTC 2016


 server/reds-private.h |    8 --------
 1 file changed, 8 deletions(-)

New commits:
commit 8f43c8348c5404107ef0641ad6f9c389ee7eb6b7
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Oct 25 13:39:38 2016 +0100

    Remove unused declaration
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Christophe Fergeau <cfergeau at redhat.com>

diff --git a/server/reds-private.h b/server/reds-private.h
index 36ef6c0..7af93ba 100644
--- a/server/reds-private.h
+++ b/server/reds-private.h
@@ -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 {


More information about the Spice-commits mailing list