mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 20:24:35 +03:00
Mark remaining classes const
This commit is contained in:

committed by
cgzones

parent
5cc20e7cb2
commit
7af06659e2
@ -25,7 +25,7 @@ typedef struct FreeBSDProcess_ {
|
||||
|
||||
#define Process_isUserlandThread(_process) (_process->pid != _process->tgid)
|
||||
|
||||
extern ProcessClass FreeBSDProcess_class;
|
||||
extern const ProcessClass FreeBSDProcess_class;
|
||||
|
||||
extern ProcessFieldData Process_fields[];
|
||||
|
||||
|
Reference in New Issue
Block a user