Searched defs:SeatStatusInfo (Results 1 - 1 of 1) sorted by relevance

/systemd/src/login/
H A Dloginctl.c311 typedef struct SeatStatusInfo { struct
315 } SeatStatusInfo; typedef in typeref:struct:SeatStatusInfo
347 static void seat_status_info_clear(SeatStatusInfo *info) {
639 { "Id", "s", NULL, offsetof(SeatStatusInfo, id) },
640 { "ActiveSession", "(so)", prop_map_first_of_struct, offsetof(SeatStatusInfo, active_session) },
641 { "Sessions", "a(so)", prop_map_sessions_strv, offsetof(SeatStatusInfo, sessions) },
645 _cleanup_(seat_status_info_clear) SeatStatusInfo i = {};

Completed in 14 milliseconds