Skip to content

Commit

Permalink
record: Move field to correct class
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed May 5, 2015
1 parent 14a8fc4 commit c78f2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion record.h
Expand Up @@ -32,7 +32,6 @@ struct end_stream : std::exception { };

struct record {
record_t data;
uint64_t rec_idx;
uint64_t time_offset;
enum type { STROBE, DELTA };

Expand All @@ -55,6 +54,7 @@ struct parsed_record {

class record_stream {
uint64_t time_offset;
uint64_t rec_idx;
FILE* file;

public:
Expand Down

0 comments on commit c78f2da

Please sign in to comment.