diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-12-20 09:51:29 +0100 |
---|---|---|
committer | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-12-20 09:51:29 +0100 |
commit | 4b80d0f17ce24d160f13f6e1d19021cbb2717429 (patch) | |
tree | 25179f08fdc3eac9ff248c92e57ab8bff887865c /.gitignore | |
parent | 9938a19818ad6fd555b4c46f405141ae2059f9f1 (diff) |
Change websock session id from uid only to pcm+uid
This allow to have one session per PCM in order to allow
a single process handling multiple PCM like pulse to have
on independant session per PCM.
Change-Id: Icdd3e4d44539dba2349d70edeaaeee861c3bd1cf
Signed-off-by: Fulup Ar Foll <fulup@iot.bzh>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ build/ CMakeCache.txt Makefile *.so -nbproject/private +nbproject/* .~lock* |