Fix extended header bug
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 May 2011 14:58:06 +0000 (10:58 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 23 May 2011 14:58:06 +0000 (10:58 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ltt-ring-buffer-client.h

index 8ba4a735f10e7bf71f306f7f720df279a7cc9de3..1c3d014d43cd8248a2aca5d65faff48f8935193a 100644 (file)
@@ -188,7 +188,6 @@ void ltt_write_event_header_slow(const struct lib_ring_buffer_config *config,
                        lib_ring_buffer_write(config, ctx, &id_time, sizeof(id_time));
                } else {
                        uint8_t id = 0;
-                       uint32_t event_id = (uint32_t) event_id;
                        uint64_t timestamp = ctx->tsc;
 
                        bt_bitfield_write(&id, uint8_t, 0, 5, 31);
This page took 0.029587 seconds and 4 git commands to generate.