summaryrefslogtreecommitdiff
path: root/gtk/spice-session.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/spice-session.h')
-rw-r--r--gtk/spice-session.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/gtk/spice-session.h b/gtk/spice-session.h
index 4895288..4390ff0 100644
--- a/gtk/spice-session.h
+++ b/gtk/spice-session.h
@@ -52,14 +52,17 @@ typedef enum {
*
* @SPICE_SESSION_MIGRATION_NONE: no migration going on
* @SPICE_SESSION_MIGRATION_SWITCHING: the session is switching host (destroy and reconnect)
- * @SPICE_SESSION_MIGRATION_MIGRATING: the session is migrating seamlessly (reconnect)
+ * @SPICE_SESSION_MIGRATION_MIGRATING_SEMI: the session is migrating semi seamlessly (reconnect)
+ * @SPICE_SESSION_MIGRATION_MIGRATING_FULL: the session is migrating seamlessly
+ * (swap sockets, keep state)
*
* Session migration state.
**/
typedef enum {
SPICE_SESSION_MIGRATION_NONE,
SPICE_SESSION_MIGRATION_SWITCHING,
- SPICE_SESSION_MIGRATION_MIGRATING,
+ SPICE_SESSION_MIGRATION_MIGRATING_SEMI,
+ SPICE_SESSION_MIGRATION_MIGRATING_FULL,
} SpiceSessionMigration;
struct _SpiceSession