ProcessField.h 484 B

12345678910111213141516171819
  1. #ifndef HEADER_DragonFlyBSDProcessField
  2. #define HEADER_DragonFlyBSDProcessField
  3. /*
  4. htop - dragonflybsd/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. \
  13. DUMMY_BUMP_FIELD = CWD, \
  14. // End of list
  15. #endif /* HEADER_DragonFlyBSDProcessField */