ProcessField.h 534 B

123456789101112131415161718192021
  1. #ifndef HEADER_FreeBSDProcessField
  2. #define HEADER_FreeBSDProcessField
  3. /*
  4. htop - freebsd/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. JID = 100, \
  11. JAIL = 101, \
  12. EMULATION = 102, \
  13. SCHEDCLASS = 103, \
  14. \
  15. DUMMY_BUMP_FIELD = CWD, \
  16. // End of list
  17. #endif /* HEADER_FreeBSDProcessField */