mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-27 15:45:54 +00:00
server/red_worker: don't typedef SpiceWatch twice
First defined in spice.h, fixes build failure with gcc 4.4.6
This commit is contained in:
parent
914e50814f
commit
910a3f8419
@ -234,11 +234,11 @@ double inline stat_byte_to_mega(uint64_t size)
|
||||
#define MAX_EVENT_SOURCES 20
|
||||
#define INF_EVENT_WAIT ~0
|
||||
|
||||
typedef struct SpiceWatch {
|
||||
struct SpiceWatch {
|
||||
struct RedWorker *worker;
|
||||
SpiceWatchFunc watch_func;
|
||||
void *watch_func_opaque;
|
||||
} SpiceWatch;
|
||||
};
|
||||
|
||||
enum {
|
||||
BUF_TYPE_RAW = 1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user