snep: Separate snep default server code from snep core
authorOlivier Guiter <olivier.guiter@linux.intel.com>
Wed, 9 Jan 2013 14:15:11 +0000 (15:15 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Wed, 9 Jan 2013 17:38:09 +0000 (18:38 +0100)
commit8cd0eefd096f1232eb20b62b4f5cf47b56708b5a
tree41116d653c7ea154cf159f9b3c352f5514aeae19
parent786ef31e8066c7aa6f8774222782a24ac0a3b0fd
snep: Separate snep default server code from snep core

In order to introduce the SNEP Validation server, we separate core
functions from snep default server code. This split leads to factorize
some parts of the process.
This code also improves the SNEP fragmentation code, more specifically
in snep_core_response_with_info.
Makefile.plugins
plugins/p2p.c
plugins/p2p.h
plugins/snep-core.c [new file with mode: 0644]
plugins/snep-core.h [new file with mode: 0644]
plugins/snep.c