Skip to content

Commit

Permalink
in_dummy: fix the in_dummy timestamp issue on s390x
Browse files Browse the repository at this point in the history
Signed-off-by: YingJie Fu <[email protected]>
  • Loading branch information
YingJie Fu authored and edsiper committed Aug 15, 2024
1 parent 7457a66 commit 95d0a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/in_dummy/in_dummy.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ struct flb_dummy {
int start_time_sec;
int start_time_nsec;

bool fixed_timestamp;
bool flush_on_startup;
int fixed_timestamp;
int flush_on_startup;

char *ref_metadata_msgpack;
size_t ref_metadata_msgpack_size;
Expand Down

0 comments on commit 95d0a98

Please sign in to comment.