[launchd-changes] [23160] trunk/launchd/src/libvproc_private.h

source_changes at macosforge.org source_changes at macosforge.org
Tue Mar 20 09:48:49 PDT 2007


Revision: 23160
          http://trac.macosforge.org/projects/launchd/changeset/23160
Author:   zarzycki at apple.com
Date:     2007-03-20 09:48:48 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
<rdar://problem/5063676> add session type constants to headers

Modified Paths:
--------------
    trunk/launchd/src/libvproc_private.h

Modified: trunk/launchd/src/libvproc_private.h
===================================================================
--- trunk/launchd/src/libvproc_private.h	2007-03-20 16:36:51 UTC (rev 23159)
+++ trunk/launchd/src/libvproc_private.h	2007-03-20 16:48:48 UTC (rev 23160)
@@ -47,6 +47,12 @@
 void _vproc_log(int pri, const char *msg, ...) __attribute__((format(printf, 2, 3)));
 void _vproc_log_error(int pri, const char *msg, ...) __attribute__((format(printf, 2, 3)));
 
+#define VPROCMGR_SESSION_LOGINWINDOW	"LoginWindow"
+#define VPROCMGR_SESSION_BACKGROUND	"Background"
+#define VPROCMGR_SESSION_AQUA		"Aqua"
+#define VPROCMGR_SESSION_STANDARDIO	"StandardIO"
+#define VPROCMGR_SESSION_SYSTEM		"System"
+
 vproc_err_t _vprocmgr_move_subset_to_user(uid_t target_user, char *session_type);
 
 #pragma GCC visibility pop

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/launchd-changes/attachments/20070320/cc8b6d6c/attachment.html


More information about the launchd-changes mailing list