Commit ef46eaff authored by Federico Vaga's avatar Federico Vaga

kernel: sequence numbers and channels are unsigned

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent 21bd1ad5
......@@ -115,9 +115,9 @@ struct ft_wr_timestamp {
uint64_t seconds;
uint32_t coarse;
uint32_t frac;
int seq_id;
int gseq_id;
int channel;
uint32_t seq_id;
uint32_t gseq_id;
unsigned int channel;
};
struct ft_channel_state {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment