Merge branch 'fastpath' of ssh://git.bro-ids.org/bro into fastpath

This commit is contained in:
Gregor Maier 2011-05-13 08:07:23 -07:00
commit cbf3390762
99 changed files with 933 additions and 1284 deletions

View file

@ -848,8 +848,8 @@ void TypeDecl::DescribeReST(ODesc* d) const
}
CommentedTypeDecl::CommentedTypeDecl(BroType* t, const char* i,
attr_list* attrs, std::list<std::string>* cmnt_list)
: TypeDecl(t, i, attrs)
attr_list* attrs, bool in_record, std::list<std::string>* cmnt_list)
: TypeDecl(t, i, attrs, in_record)
{
comments = cmnt_list;
}