From 26503be7dcdd4536006d0f5e8f32a0de8caca206 Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Thu, 19 Jan 2012 22:55:37 +0000 Subject: fix compile errors found by dumpabi target svn path=/trunk/; revision=40595 --- fix/README | 3 +++ fix/Values.xsl | 7 +++++++ 2 files changed, 10 insertions(+) (limited to 'fix') diff --git a/fix/README b/fix/README index 14e93e1063..f6a1e77b03 100644 --- a/fix/README +++ b/fix/README @@ -18,3 +18,6 @@ xsltproc hfList.xsl FIX43.xml; xsltproc hfList.xsl FIX44.xml) > packet-fix.h NOTES: - fix_field structure should use 'since' and 'until' attributes for removed tags. + +TODO: + - make packet-fix.h autogenerated diff --git a/fix/Values.xsl b/fix/Values.xsl index a47e63c215..619cd9e54a 100644 --- a/fix/Values.xsl +++ b/fix/Values.xsl @@ -13,6 +13,13 @@ Syntax: xsltproc Values.xsl FIX44.xml * */ +typedef struct _fix_field { + int tag; /* FIX tag */ + int hf_id; + int type; /* */ + const void *table; +} fix_field; + -- cgit v1.2.3