| Christian Göttsche | 89473cc | 2020-12-15 19:44:48 +0100 | [diff] [blame] | 1 | #ifndef HEADER_DragonFlyBSDProcessField |
| 2 | #define HEADER_DragonFlyBSDProcessField |
| 3 | /* |
| 4 | htop - dragonflybsd/ProcessField.h |
| 5 | (C) 2020 htop dev team |
| Daniel Lange | 94ad111 | 2021-09-22 11:33:00 +0200 | [diff] [blame] | 6 | Released under the GNU GPLv2+, see the COPYING file |
| Christian Göttsche | 89473cc | 2020-12-15 19:44:48 +0100 | [diff] [blame] | 7 | in the source distribution for its full text. |
| 8 | */ |
| 9 | |
| 10 | |
| 11 | #define PLATFORM_PROCESS_FIELDS \ |
| Jessica Clarke | 3e1a27a | 2022-01-16 16:31:18 +0000 | [diff] [blame] | 12 | JID = 100, \ |
| 13 | JAIL = 101, \ |
| Christian Göttsche | 72724d4 | 2021-05-19 17:44:37 +0200 | [diff] [blame] | 14 | \ |
| Benny Baumann | c2e2556 | 2021-05-25 19:05:16 +0200 | [diff] [blame] | 15 | DUMMY_BUMP_FIELD = CWD, \ |
| Christian Göttsche | 89473cc | 2020-12-15 19:44:48 +0100 | [diff] [blame] | 16 | // End of list |
| 17 | |
| 18 | |
| 19 | #endif /* HEADER_DragonFlyBSDProcessField */ |