prometheus-client-mmap 0.7.0.beta45.10 → 0.9.0.pre.rc.1
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.
- checksums.yaml +4 -4
- data/ext/fast_mmaped_file/file_format.c +1 -1
- data/ext/fast_mmaped_file/file_parsing.h +1 -1
- data/ext/fast_mmaped_file/globals.h +0 -1
- data/ext/fast_mmaped_file/hashmap.c +408 -465
- data/ext/fast_mmaped_file/jsmn.c +259 -244
- data/ext/fast_mmaped_file/rendering.h +1 -1
- data/ext/fast_mmaped_file/value_access.c +2 -3
- data/lib/fast_mmaped_file.bundle +0 -0
- data/lib/prometheus/client/version.rb +1 -1
- metadata +2 -2
@@ -12,10 +12,9 @@
|
|
12
12
|
|
13
13
|
#include "utils.h"
|
14
14
|
|
15
|
-
static
|
16
|
-
|
15
|
+
static void close_file(mm_ipc *i_mm) {
|
16
|
+
close(i_mm->t->fd);
|
17
17
|
i_mm->t->fd = 0;
|
18
|
-
return rv;
|
19
18
|
}
|
20
19
|
|
21
20
|
static int open_and_extend_file(mm_ipc *i_mm, size_t len) {
|
data/lib/fast_mmaped_file.bundle
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: prometheus-client-mmap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0.pre.rc.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tobias Schmidt
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2018-02-
|
12
|
+
date: 2018-02-07 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: fuzzbert
|