| Index: native_client_sdk/src/libraries/nacl_io/event_emitter_stream.h
|
| diff --git a/native_client_sdk/src/libraries/nacl_io/event_emitter_stream.h b/native_client_sdk/src/libraries/nacl_io/event_emitter_stream.h
|
| index 148371d592c7dfb2fd4aff7ce573404749f796e8..1b40b01e947095c4942f38b6cb325dfd18de66e0 100644
|
| --- a/native_client_sdk/src/libraries/nacl_io/event_emitter_stream.h
|
| +++ b/native_client_sdk/src/libraries/nacl_io/event_emitter_stream.h
|
| @@ -27,6 +27,9 @@ class EventEmitterStream : public EventEmitter {
|
|
|
| MountNodeStream* stream() { return stream_; }
|
|
|
| + uint32_t BytesInOutputFIFO();
|
| + uint32_t SpaceInInputFIFO();
|
| +
|
| protected:
|
| virtual FIFOInterface* in_fifo() = 0;
|
| virtual FIFOInterface* out_fifo() = 0;
|
|
|