sigar 0.7.1 → 0.7.2

Sign up to get free protection for your applications and to get access to all the features.
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
- }