ProcessField.h 639 B

123456789101112131415161718192021222324
  1. #ifndef HEADER_SolarisProcessField
  2. #define HEADER_SolarisProcessField
  3. /*
  4. htop - solaris/ProcessField.h
  5. (C) 2020 htop dev team
  6. Released under the GNU GPLv2+, see the COPYING file
  7. in the source distribution for its full text.
  8. */
  9. #define PLATFORM_PROCESS_FIELDS \
  10. ZONEID = 100, \
  11. ZONE = 101, \
  12. PROJID = 102, \
  13. TASKID = 103, \
  14. POOLID = 104, \
  15. CONTID = 105, \
  16. LWPID = 106, \
  17. \
  18. DUMMY_BUMP_FIELD = CWD, \
  19. // End of list
  20. #endif /* HEADER_SolarisProcessField */