ProcessField.h 425 B

123456789101112131415161718
  1. #ifndef HEADER_DarwinProcessField
  2. #define HEADER_DarwinProcessField
  3. /*
  4. htop - darwin/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. TRANSLATED = 100, \
  11. \
  12. DUMMY_BUMP_FIELD = CWD, \
  13. // End of list
  14. #endif /* HEADER_DarwinProcessField */