]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
rxgen: Extract C struct marshal/unmarshal code emitter
authorDavid Howells <dhowells@redhat.com>
Thu, 9 Jan 2014 14:55:10 +0000 (14:55 +0000)
committerDavid Howells <dhowells@redhat.com>
Thu, 9 Jan 2014 14:55:10 +0000 (14:55 +0000)
commit0bedb5b646f582c024f062cdc7d5ff07f1826a7b
tree5d4877e746d21f92bfbe4c0c9d8f2990c72c4585
parent8082b119b898789cf158b5ab363298b0173e11e3
rxgen: Extract C struct marshal/unmarshal code emitter

Extract the code to emit the code to marshal/unmarshal C structures from the
main rxgen script and put into its own perl module.

Signed-off-by: David Howells <dhowells@redhat.com>
rxgen/emit_c_struct.pm [new file with mode: 0644]
rxgen/rxgen.pl