mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
New function. Only warn once about bad CRC's.
Mon Mar 5 16:55:39 2007 Søren Sandmann <sandmann@redhat.com> * binfile.c (already_warned): New function. Only warn once about bad CRC's. svn path=/trunk/; revision=361
This commit is contained in:
committed by
Søren Sandmann Pedersen
parent
7800fcd870
commit
7b821752f9
12
sfile.h
12
sfile.h
@ -78,6 +78,18 @@ SerializerFormat *serializer_make_pointer (Serializer *serialiser,
|
||||
* enums, optionals, selections, empties
|
||||
*
|
||||
*
|
||||
* Other things:
|
||||
*
|
||||
* "selections" - when several different types are possible - would need lambda transitions in and out
|
||||
*
|
||||
* ability to allow 'ignored' elements that are simply skipped at parse time. This could become important
|
||||
* for future-proofing files.
|
||||
*
|
||||
* unions maybe?
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
*==============================================
|
||||
* Also think about versioning - apps will want to be able to read and write
|
||||
* different versions of the format, and they want to be able to sniff the
|
||||
|
||||
Reference in New Issue
Block a user