[runtime] Generate binary protocol functions and structure with macro
authorLudovic Henry <ludovic.henry@xamarin.com>
Fri, 23 Jan 2015 16:25:51 +0000 (11:25 -0500)
committerLudovic Henry <ludovic.henry@xamarin.com>
Wed, 28 Jan 2015 16:51:51 +0000 (11:51 -0500)
commitb9da8d3f1e766ef9c23a3f3e64ec17069ae7f60d
treec91674911583d6387894cca38c4de18fe9a0484a
parenta4188b73cdba00cdfb29ca900772d4fd1a8711e3
[runtime] Generate binary protocol functions and structure with macro

You just have to edit mono/metadata/sgen-protocol-def.h to generate a new binary protocol entry type
mono/metadata/Makefile.am
mono/metadata/sgen-protocol-def.h [new file with mode: 0644]
mono/metadata/sgen-protocol.c
mono/metadata/sgen-protocol.h
tools/sgen/sgen-grep-binprot.c