X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;fp=src%2Fafb-context.h;h=40adeb5b27dc214fe4fbfe7d65313eab15201386;hb=f9f80fd77b5a6a9b50fac3026fae088823a23dc1;hp=3eb4974242b5e4e470daae5aa01661a3b3776128;hpb=074410d68f46148370b793eff8f34cf4724e3e31;p=src%2Fapp-framework-binder.git diff --git a/src/afb-context.h b/src/afb-context.h index 3eb49742..40adeb5b 100644 --- a/src/afb-context.h +++ b/src/afb-context.h @@ -39,9 +39,11 @@ struct afb_context }; }; void *api_key; + struct afb_context *super; }; extern void afb_context_init(struct afb_context *context, struct afb_session *session, const char *token); +extern void afb_context_subinit(struct afb_context *context, struct afb_context *super); extern int afb_context_connect(struct afb_context *context, const char *uuid, const char *token); extern void afb_context_disconnect(struct afb_context *context); extern const char *afb_context_sent_token(struct afb_context *context);