summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-04-08 18:19:00 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2016-04-11 09:28:46 +0200
commit7d616b3de3256dac4b773b07531625515bf56d92 (patch)
treeba6ee57ad83dc4d3067a6897c36666269c261871
parent0c6e51011bb0f6336a5dfaafb2ba02428ed220a9 (diff)
char-device: Fix el6 compilationv0.13.1
One more duplicate typedef, once in reds.c and another time in reds-private.h RedsState::agent_dev is defined in reds-private.h but only used in reds.c, so longer term this could all be moved back to reds.c
-rw-r--r--server/reds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/reds.c b/server/reds.c
index e3f479d7..f32f3d21 100644
--- a/server/reds.c
+++ b/server/reds.c
@@ -224,7 +224,6 @@ typedef struct __attribute__ ((__packed__)) VDInternalBuf {
#define RED_IS_CHAR_DEVICE_VDIPORT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE((klass), RED_TYPE_CHAR_DEVICE_VDIPORT))
#define RED_CHAR_DEVICE_VDIPORT_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), RED_TYPE_CHAR_DEVICE_VDIPORT, RedCharDeviceVDIPortClass))
-typedef struct RedCharDeviceVDIPort RedCharDeviceVDIPort;
typedef struct RedCharDeviceVDIPortClass RedCharDeviceVDIPortClass;
typedef struct RedCharDeviceVDIPortPrivate RedCharDeviceVDIPortPrivate;