2 * Copyright 2015, Axel Dörfler, axeld@pinc-software.de.
3 * Distributed under the terms of the MIT License.
11 #include <LaunchRoster.h>
20 // TODO: This will obviously be done differently in a multi-user
21 // environment; we'll probably want to merge this with the standard
22 // login application then.
23 struct passwd
* passwd
= getpwuid(0);
27 status_t status
= BLaunchRoster().StartSession(passwd
->pw_name
);