Merge branch 'topic/robin/extend-records' into topic/robin/logging-internals

Includes some fixes for using &log with record-extension.
This commit is contained in:
Robin Sommer 2011-03-28 18:56:19 -07:00
commit 1cbde793d8
8 changed files with 118 additions and 8 deletions

View file

@ -437,6 +437,10 @@ public:
int NumFields() const { return num_fields; }
// Returns 0 if all is ok, otherwise a pointer to an error message. Takes
// ownership of list.
const char* AddFields(type_decl_list* types, attr_list* attr);
void Describe(ODesc* d) const;
void DescribeFields(ODesc* d) const;