Browse Source

MT#59038 remove pointless double struct

Change-Id: I17e60a7c37de221ee8973f5237a5fe44c32d59cb
pull/1802/head
Richard Fuchs 2 years ago
parent
commit
cf4f9bad41
1 changed files with 2 additions and 4 deletions
  1. +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 {


Loading…
Cancel
Save