diff options
| author | VijayKandiah <[email protected]> | 2021-10-17 02:18:10 -0500 |
|---|---|---|
| committer | VijayKandiah <[email protected]> | 2021-10-17 02:18:10 -0500 |
| commit | 84c6cf45131e42b1a724ebf7977987a9ddb70db9 (patch) | |
| tree | e82f15238e79a03f3cc2435d4f9bb48d5023e8ae /src/accelwattch/cacti/cacti.i | |
| parent | 4a4fc87a2dcd95bfe298f2b3d18a9833a506e499 (diff) | |
AccelWattch dev Integration
Diffstat (limited to 'src/accelwattch/cacti/cacti.i')
| -rw-r--r-- | src/accelwattch/cacti/cacti.i | 8 |
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 |
