Make some room among pipe request codes 19/254719/2
authorMichal Bloch <m.bloch@samsung.com>
Thu, 4 Mar 2021 23:25:13 +0000 (00:25 +0100)
committerMateusz Majewski <m.majewski2@samsung.com>
Fri, 12 Mar 2021 12:09:41 +0000 (13:09 +0100)
commit818a4d3981de5fb7e3b8fd8a553da8af413c2062
tree92cfe3464467efc6228b458df25616c04f76f7f3
parent012f2e73b956abb20bf5476e2674424f50b91408
Make some room among pipe request codes

Peanut brain: encoding N values in N bits
Galaxy brain: encoding N values in log2(N) bits

We're pressured to do this because the request is
encoded as a char so we're running out of bits.

Change-Id: Ide0949886a67e92bb792e612ae0ef3e87f7331a0
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
include/logpipe.h