aboutsummaryrefslogtreecommitdiff
path: root/src/accelwattch/cacti/cacti.i
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2021-10-17 19:29:19 -0700
committerGitHub <[email protected]>2021-10-17 19:29:19 -0700
commit6b244a5d3be7811f16c312905c1c7fee137ac7a4 (patch)
treee82f15238e79a03f3cc2435d4f9bb48d5023e8ae /src/accelwattch/cacti/cacti.i
parentda0aef2e38148fb4da2d078de793159b786aee2d (diff)
parent84c6cf45131e42b1a724ebf7977987a9ddb70db9 (diff)
Merge pull request #237 from VijayKandiah/dev
AccelWattch v1.0 Integration into Dev
Diffstat (limited to 'src/accelwattch/cacti/cacti.i')
-rw-r--r--src/accelwattch/cacti/cacti.i8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/accelwattch/cacti/cacti.i b/src/accelwattch/cacti/cacti.i
new file mode 100644
index 0000000..7964138
--- /dev/null
+++ b/src/accelwattch/cacti/cacti.i
@@ -0,0 +1,8 @@
+%module cacti
+%{
+/* Includes the header in the wrapper code */
+#include "cacti_interface.h"
+%}
+
+/* Parse the header file to generate wrappers */
+%include "cacti_interface.h" \ No newline at end of file