summaryrefslogtreecommitdiff
path: root/core/upb_stream_vtbl.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-07-10 18:11:24 -0700
committerJoshua Haberman <joshua@reverberate.org>2010-07-10 18:11:24 -0700
commitdb6c7387bc1df49deac41155a173e33017a75ed8 (patch)
tree4ea4b29da78b4dfb0515aff260e86120b2036e6b /core/upb_stream_vtbl.h
parent67b16cbe5c55d00d7e576cdf479392f3a0e927a5 (diff)
Incremental progress towards getting upb_def to bootstrap.
Diffstat (limited to 'core/upb_stream_vtbl.h')
-rw-r--r--core/upb_stream_vtbl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/upb_stream_vtbl.h b/core/upb_stream_vtbl.h
index 52172d2..ba2670e 100644
--- a/core/upb_stream_vtbl.h
+++ b/core/upb_stream_vtbl.h
@@ -88,6 +88,7 @@ struct upb_bytesrc {
INLINE void upb_src_init(upb_src *s, upb_src_vtable *vtbl) {
s->vtbl = vtbl;
s->eof = false;
+ upb_status_init(&s->status);
#ifndef DEBUG
// TODO: initialize debug-mode checking.
#endif
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback