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

@ -11,6 +11,7 @@ pinoscore_headers = [
'node.h',
'node-factory.h',
'port.h',
'protocol-native.h',
'resource.h',
'work-queue.h',
]
@ -28,6 +29,7 @@ pinoscore_sources = [
'node.c',
'node-factory.c',
'port.c',
'protocol-native.c',
'resource.c',
'work-queue.c',
]