aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-context.h
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-05-04 18:01:29 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-05-04 18:01:29 +0200
commite97aa93b02793018d7d9cad1582748b02493dad2 (patch)
tree259a73f9d86250270e008443a641d3e66600e350 /src/afb-context.h
parent7d21e07e79bd97b341d489746cc325107153a24b (diff)
Make LOA local to the binding
Change-Id: If0494a19a4ce2865af699491c1f6d7b73bce8f11 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-context.h')
-rw-r--r--src/afb-context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/afb-context.h b/src/afb-context.h
index f1402382..ceda5d24 100644
--- a/src/afb-context.h
+++ b/src/afb-context.h
@@ -32,10 +32,6 @@ struct afb_context
unsigned refreshed: 1;
unsigned closing: 1;
unsigned closed: 1;
- unsigned loa_in: 3;
- unsigned loa_out: 3;
- unsigned loa_changing: 1;
- unsigned loa_changed: 1;
};
};
void *api_key;