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

/systemd/src/login/
H A Dlogind-session.h22 typedef struct Session Session; typedef in typeref:struct:Session
30 SESSION_OPENING, /* Session scope is being created */
67 struct Session { struct
120 LIST_FIELDS(Session, sessions_by_user);
121 LIST_FIELDS(Session, sessions_by_seat);
123 LIST_FIELDS(Session, gc_queue);
126 Session *session_new(Manager *m, const char *id);
127 void session_free(Session *s);
128 void session_set_user(Session *
[all...]

Completed in 11 milliseconds