commit 2ddbe81a7a6964fd1f5670f956f619276b886e52
parent 5bb414379f63ef63ff73106e249ab0526687dd60
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Fri, 25 Mar 2016 13:05:50 +0100
Add an host private pointer int clap_host
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/clap/clap.h b/include/clap/clap.h
@@ -230,6 +230,8 @@ struct clap_host
{
int32_t clap_version; // initialized to CLAP_VERSION
+ void *host_data; // private pointer for the host
+
/* returns the size of the original string, 0 if not string */
int32_t (*get_attribute)(struct clap_host *host,
const char *attr,