This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
MT#55283 move stream_stats to kernel header
Change-Id: I41fc5af5f868fa858f467adf5c367555f37ab2bf
pull/1826/head
Richard Fuchs
2 years ago
parent
d0ef96780b
commit
c511088f63
2 changed files
with
5 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
include/statistics.h
+5
-0
kernel-module/common_stats.h
+ 0
- 8
include/statistics.h
View File
@ -3,14 +3,6 @@
#
include
"helpers.h"
#
include
"bencode.h"
struct
packet_stream
;
struct
stream_stats
{
atomic64
packets
;
atomic64
bytes
;
atomic64
errors
;
}
;
#
include
"control_ng.h"
#
include
"graphite.h"
+ 5
- 0
kernel-module/common_stats.h
View File
@ -39,5 +39,10 @@ struct interface_stats_block {
struct
interface_sampled_stats
sampled
;
}
;
struct
stream_stats
{
atomic64
packets
;
atomic64
bytes
;
atomic64
errors
;
}
;
#
endif
Write
Preview
Loading…
Cancel
Save