Commit 7967daff authored by Tristan Gingold's avatar Tristan Gingold

fw:tdc clear flag of log message.

parent 1f815c1b
......@@ -86,8 +86,10 @@ static int wrtd_in_trigger_log(int type, int miss_reason,
mq_map_out_message(TRTL_HMQ, WRTD_IN_HMQ, &msg);
msg.header->flags = 0;
msg.header->msg_id = WRTD_IN_ACTION_LOG;
msg.header->len = sizeof(struct wrtd_log_entry) / 4;
msg.header->sync_id = 0;
log = (struct wrtd_log_entry *)msg.payload;
log->type = type;
log->channel = st ? st->n : -1;
......
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