aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-context.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-05-04 17:04:39 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-05-04 17:04:39 +0200
commitab4955d02a15b13d5dcfdfe8de1529db6538ac27 (patch)
tree941581ce7034053a38a50da7e60ff2b4200ac9e4 /src/afb-context.h
parent863d6041e2ff2daa97fb1befb79dc3a69093e112 (diff)
add function to get the current LOA
Change-Id: I0f2a0eae8b4de982549fa4a87e2e0f8150c7d6cc Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-context.h')
-rw-r--r--src/afb-context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/afb-context.h b/src/afb-context.h
index 40adeb5b..f1402382 100644
--- a/src/afb-context.h
+++ b/src/afb-context.h
@@ -57,4 +57,5 @@ extern void afb_context_refresh(struct afb_context *context);
extern int afb_context_check(struct afb_context *context);
extern int afb_context_check_loa(struct afb_context *context, unsigned loa);
extern int afb_context_change_loa(struct afb_context *context, unsigned loa);
+extern unsigned afb_context_get_loa(struct afb_context *context);