blob: 1409675ac72d09740f5e4d0875be8576f00a1e0f [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
Daniel Lange94ad1112021-09-22 11:33:00 +02006Released under the GNU GPLv2+, see the COPYING file
Christian Göttsche89473cc2020-12-15 19:44:48 +01007in the source distribution for its full text.
8*/
9
10
11#define PLATFORM_PROCESS_FIELDS \
Jessica Clarke3e1a27a2022-01-16 16:31:18 +000012 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 */