summaryrefslogtreecommitdiff
path: root/src/libsystemd-terminal/sysview-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libsystemd-terminal/sysview-internal.h')
-rw-r--r--src/libsystemd-terminal/sysview-internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsystemd-terminal/sysview-internal.h b/src/libsystemd-terminal/sysview-internal.h
index 39ff933eaa..f1fd4b5f53 100644
--- a/src/libsystemd-terminal/sysview-internal.h
+++ b/src/libsystemd-terminal/sysview-internal.h
@@ -113,6 +113,7 @@ struct sysview_context {
sd_bus *sysbus;
struct udev *ud;
uint64_t custom_sid;
+ unsigned int n_probe;
Hashmap *seat_map;
Hashmap *session_map;
@@ -137,6 +138,7 @@ struct sysview_context {
bool running : 1;
bool scanned : 1;
bool rescan : 1;
+ bool settled : 1;
};
int sysview_context_rescan(sysview_context *c);