I was going through the avro.h header file (from the 1.3.0 release) and noticed that the avro_flush() call is defined but has no implementation. If someone does try to use it, compilation will fail with an undefined reference error. I am not sure if this was an accidental oversight but figured I should let someone know.
Also, would I be correct in assuming that the C API doesn't allow me to actually call fsync() on a file writer? Digging through the code didn't turn up anything obvious. Cheers, Niraj -- http://www.tolia.org/
