[Spice-commits] 2 commits - server/char-device.h server/reds.h
Frediano Ziglio
fziglio at kemper.freedesktop.org
Mon May 9 13:22:26 UTC 2016
server/char-device.h | 2 +-
server/reds.h | 6 ------
2 files changed, 1 insertion(+), 7 deletions(-)
New commits:
commit 7c79c0f6a8ed55a78a34adeed0102320e0b8cf36
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Mon May 9 13:55:14 2016 +0100
char-device: improved comment
- fix typo;
- simplify sentence.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
diff --git a/server/char-device.h b/server/char-device.h
index d05b1fd..3ac28fd 100644
--- a/server/char-device.h
+++ b/server/char-device.h
@@ -71,7 +71,7 @@ struct RedCharDeviceClass
* has been completely written to it */
void (*on_free_self_token)(void *opaque);
- /* This cb is called if it is recommanded that a client will be removed
+ /* This cb is called if it is recommended to remove the client
* due to slow flow or due to some other error.
* The called instance should disconnect the client, or at least the corresponding channel */
void (*remove_client)(RedClient *client, void *opaque);
commit 8271168a35f04edbdf88554a93370d960dc180f1
Author: Frediano Ziglio <fziglio at redhat.com>
Date: Fri Apr 1 21:02:52 2016 +0100
Remove unused definitions
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
Acked-by: Christophe Fergeau <cfergeau at redhat.com>
diff --git a/server/reds.h b/server/reds.h
index f0f28da..efb46a0 100644
--- a/server/reds.h
+++ b/server/reds.h
@@ -37,11 +37,6 @@ static inline QXLInterface * qxl_get_interface(QXLInstance *qxl)
return SPICE_CONTAINEROF(qxl->base.sif, QXLInterface, base);
}
-struct TunnelWorker;
-struct SpiceNetWireState {
- struct TunnelWorker *worker;
-};
-
struct SpiceMigrateState {
int dummy;
};
@@ -79,7 +74,6 @@ enum {
void reds_client_disconnect(RedsState *reds, RedClient *client);
// Temporary (?) for splitting main channel
-typedef struct MainMigrateData MainMigrateData;
void reds_marshall_migrate_data(RedsState *reds, SpiceMarshaller *m);
SpiceMsgChannels *reds_msg_channels_new(RedsState *reds);
More information about the Spice-commits
mailing list