Added 'direct' session backend

This commit is contained in:
Scott Anderson 2017-05-03 19:26:43 +12:00
parent 18387468bb
commit 0002b8dd08
4 changed files with 53 additions and 0 deletions

View file

@ -9,6 +9,7 @@ static const struct session_interface *ifaces[] = {
#ifdef HAS_SYSTEMD
&session_logind_iface,
#endif
&session_direct_iface,
NULL,
};