Searched refs:old_active (Results 1 – 2 of 2) sorted by relevance
209 int seat_apply_acls(Seat *s, Session *old_active) { in seat_apply_acls() argument216 !!old_active, old_active ? old_active->user->user_record->uid : 0, in seat_apply_acls()226 Session *old_active; in seat_set_active() local234 old_active = s->active; in seat_set_active()237 if (old_active) { in seat_set_active()238 session_device_pause_all(old_active); in seat_set_active()239 session_send_changed(old_active, "Active", NULL); in seat_set_active()242 (void) seat_apply_acls(s, old_active); in seat_set_active()259 if (old_active) { in seat_set_active()260 session_save(old_active); in seat_set_active()[all …]
37 int seat_apply_acls(Seat *s, Session *old_active);