protocol-native: move to separate file

Move protocol-native to separate client and server file
This commit is contained in:
Wim Taymans 2017-03-03 19:06:54 +01:00
parent b9a0b067be
commit 842d73ca4b
10 changed files with 1196 additions and 1061 deletions

View file

@ -8,6 +8,7 @@ pinos_headers = [
'mem.h',
'pinos.h',
'properties.h',
'protocol-native.h',
'proxy.h',
'rtkit.h',
'stream.h',
@ -27,6 +28,7 @@ pinos_sources = [
'mapper.c',
'mem.c',
'properties.c',
'protocol-native.c',
'proxy.c',
'serialize.c',
'stream.c',