Notify java agent of enabled application contexts
[lttng-tools.git] / src / bin / lttng-sessiond / ust-app.h
index 3daccba8622bd96a603a895b86d551ff98e2b57e..4398fe2414a68707f5fc9352b1b5eab0cfb0214c 100644 (file)
@@ -1,5 +1,6 @@
 /*
  * Copyright (C) 2011 - David Goulet <david.goulet@polymtl.ca>
+ * Copyright (C) 2016 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License, version 2 only,
@@ -101,7 +102,7 @@ struct ust_app_stream_list {
 
 struct ust_app_ctx {
        int handle;
-       struct lttng_ust_context ctx;
+       struct lttng_ust_context_attr ctx;
        struct lttng_ust_object_data *obj;
        struct lttng_ht_node_ulong node;
        struct cds_list_head list;
This page took 0.023961 seconds and 4 git commands to generate.