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#59038 remove pointless double struct
Change-Id: I17e60a7c37de221ee8973f5237a5fe44c32d59cb
pull/1802/head
Richard Fuchs
2 years ago
parent
be5180a8ba
commit
cf4f9bad41
1 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-4
include/recording.h
+ 2
- 4
include/recording.h
View File
@ -45,10 +45,8 @@ struct recording_stream_proc {
}
;
struct
recording
{
struct
{
struct
recording_pcap
pcap
;
struct
recording_proc
proc
;
}
;
struct
recording_pcap
pcap
;
struct
recording_proc
proc
;
}
;
struct
recording_stream
{
Write
Preview
Loading…
Cancel
Save