X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-context.h;h=40adeb5b27dc214fe4fbfe7d65313eab15201386;hb=4846cec0be7f41f992b9f89b7adb97033e15b1a0;hp=3eb4974242b5e4e470daae5aa01661a3b3776128;hpb=3bf52bb36ed428d0a7b947519fbccc7c376fd4a9;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);