sigar 0.7.1 → 0.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -1,22 +0,0 @@
1
- #include "sigar.h"
2
-
3
- static sigar_version_t sigar_version = {
4
- "03/26/2012 12:16 PM",
5
- "6e30384",
6
- "1.7.0.0",
7
- "x86_64-darwin10.8.0",
8
- "sigar.bundle",
9
- "sigar.bundle",
10
- "SIGAR-1.7.0.0, "
11
- "SCM revision 6e30384, "
12
- "built 03/26/2012 12:16 PM as sigar.bundle",
13
- 1,
14
- 7,
15
- 0,
16
- 0
17
- };
18
-
19
- SIGAR_DECLARE(sigar_version_t *) sigar_version_get(void)
20
- {
21
- return &sigar_version;
22
- }