blob: 03dfc14f4b6ed5986d171ad9d280736ffbf9a075 [file] [log] [blame]
Christian Göttsche89473cc2020-12-15 19:44:48 +01001#ifndef HEADER_DragonFlyBSDProcessField
2#define HEADER_DragonFlyBSDProcessField
3/*
4htop - dragonflybsd/ProcessField.h
5(C) 2020 htop dev team
6Released under the GNU GPLv2, see the COPYING file
7in the source distribution for its full text.
8*/
9
10
11#define PLATFORM_PROCESS_FIELDS \
12 JID = 100, \
13 JAIL = 101, \
Christian Göttsche72724d42021-05-19 17:44:37 +020014 \
Benny Baumannc2e25562021-05-25 19:05:16 +020015 DUMMY_BUMP_FIELD = CWD, \
Christian Göttsche89473cc2020-12-15 19:44:48 +010016 // End of list
17
18
19#endif /* HEADER_DragonFlyBSDProcessField */