Move static variables to a protocol handle struct Enables multiple use of the protoco...
authorNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 10 Nov 2015 20:34:18 +0000 (21:34 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
commit68c3b2c9f6bd1e31265544fde39d9809af348d54
treecaf63de1829181c94b43273699bb030c40d5150c
parent1e27274b2d252a3a3f8fdb9928f1ae02767a0c72
Move static variables to a protocol handle struct Enables multiple use of the protocol in the same application on different interfaces.
include/lib/dtplug_protocol.h
include/lib/dtplug_protocol_slave.h
lib/dtplug_protocol.c