Expose Writer errors through CaptureThread.

This commit is contained in:
Jared Boone 2016-05-12 21:58:15 -07:00
parent 87505f833b
commit ebf0e765ce
2 changed files with 11 additions and 0 deletions

View file

@ -53,6 +53,8 @@ public:
return config;
}
Optional<std::string> error() const;
static void check_fifo_isr();
private: