Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/include/sys/vtdaemon.h
Real path: /usr/include/sys/vtdaemon.h
Zurück
/* * Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. */ #ifndef _SYS_VTDAEMON_H #define _SYS_VTDAEMON_H #include <sys/paths.h> #ifdef __cplusplus extern "C" { #endif #define VT_DAEMON_DOOR_FILE _PATH_SYSVOL "/vt/vtdaemon_door" #define VT_EV_X_EXIT 0 /* <vt_num> */ #define VT_EV_HOTKEYS 1 /* <vt_num> */ /* * The structure of a request to vtdaemon. */ typedef struct vt_cmd_arg { uchar_t vt_ev; uint32_t vt_num; } vt_cmd_arg_t; #ifdef __cplusplus } #endif #endif /* _SYS_VTDAEMON_H */