Pipe: move validity check to the dedicated area 32/93532/6
authorMichal Bloch <m.bloch@samsung.com>
Mon, 24 Oct 2016 19:54:13 +0000 (21:54 +0200)
committerMichal Bloch <m.bloch@samsung.com>
Thu, 27 Oct 2016 20:43:08 +0000 (22:43 +0200)
commit04978bf147ac8b36e0d40221033e452f5a7ab89c
tree7808ae2e2f245a665d9d9baf0d03f7995cc90039
parent4d50561b44d9dcbd0ee7e2ac135aeff28c3b4634
Pipe: move validity check to the dedicated area

  Ideally, this series of checks (null message, total length, priority bounds)
  would be a separate function shared by all back-ends. This will be done in a
  further commit.

Change-Id: I853c64a32e3ba5e6a72b28b5075f4fca39d6a15f
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
include/queued_entry.h
src/libdlog/log_pipe.c
src/shared/queued_entry.c