File: MSWin32.h

package info (click to toggle)
libproc-processtable-perl 0.637-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 672 kB
  • sloc: ansic: 5,765; perl: 568; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 230 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
static char *Fields[] = {
	"uid",
	"pid",
	"ppid",
#ifdef USE_CYGWIN
	"pgid",
	"winpid",
#endif
	"fname",
	"start",
#ifdef USE_CYGWIN
	"ttynum",
	"state",
#endif

#ifndef USE_CYGWIN
	"sid",
	"user_name",
	"domain_name",
#endif
};