Add "index" as a discardable / non-binary field

This commit is contained in:
JoelKatz
2012-10-06 14:31:23 -07:00
parent a2c526a913
commit 0037a94a04
2 changed files with 2 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ SField sfLedgerEntry(STI_LEDGERENTRY, 1, "LedgerEntry");
SField sfTransaction(STI_TRANSACTION, 1, "Transaction");
SField sfValidation(STI_VALIDATION, 1, "Validation");
SField sfID(STI_HASH256, 257, "id");
SField sfIndex(STI_HASH256, 258, "index");
#define FIELD(name, type, index) SField sf##name(FIELD_CODE(STI_##type, index), STI_##type, index, #name);
#define TYPE(name, type, index)