X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogind-seat.h;h=b045bde931ab0079ce24c38342657855d9cf40cb;hp=b1a8d619a249b31fe3d2501ef2d5c5aff5213a98;hb=3f49d45a45c6c585098590174c3245d2d9bdde0a;hpb=bd253d1b910a003c1d87f1f58a6afabd4f946ce5 diff --git a/src/logind-seat.h b/src/logind-seat.h index b1a8d619a..b045bde93 100644 --- a/src/logind-seat.h +++ b/src/logind-seat.h @@ -42,6 +42,7 @@ struct Seat { LIST_HEAD(Session, sessions); bool in_gc_queue:1; + bool started:1; LIST_FIELDS(Seat, gc_queue); }; @@ -62,4 +63,9 @@ int seat_stop(Seat *s); int seat_check_gc(Seat *s); void seat_add_to_gc_queue(Seat *s); +bool seat_name_is_valid(const char *name); +char *seat_bus_path(Seat *s); + +extern const DBusObjectPathVTable bus_seat_vtable; + #endif