Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.
/ readsb Public archive

Commit

Permalink
Optimized structure layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mictronics committed Feb 22, 2017
1 parent 3f7f421 commit 940b145
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdr_ifile.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ static struct {
input_format_t input_format;
int fd;
unsigned bytes_per_sample;
bool throttle;
uint8_t padding1;
uint16_t padding2;
void *readbuf;
iq_convert_fn converter;
struct converter_state *converter_state;
const char *filename;
bool throttle;
uint8_t padding1;
uint16_t padding2;
} ifile;

void ifileInitConfig(void)
Expand Down

0 comments on commit 940b145

Please sign in to comment.