You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2022/07/12 18:09:57 UTC

[activemq-artemis-native] branch main updated: Adding a comment to the location of the include file

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis-native.git


The following commit(s) were added to refs/heads/main by this push:
     new 9237d15  Adding a comment to the location of the include file
9237d15 is described below

commit 9237d154104737434ddad74f5a04d1096e4b1f38
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Tue Jul 12 14:09:25 2022 -0400

    Adding a comment to the location of the include file
---
 src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c b/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c
index d495eb4..fef7f0b 100644
--- a/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c
+++ b/src/main/c/org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.c
@@ -33,6 +33,10 @@
 #include <stdlib.h>
 #include <pthread.h>
 #include <limits.h>
+
+// This file is generated by maven compilation
+// it will be included under ./target/include starting from the root of the project
+// you need to run mvn install before you have access to this include file
 #include "org_apache_activemq_artemis_nativo_jlibaio_LibaioContext.h"
 #include "exception_helper.h"