Lots of work on printbuffers

This commit is contained in:
2021-11-14 15:57:18 -05:00
parent c1c0b02926
commit f933f451ad
10 changed files with 229 additions and 108 deletions

View File

@@ -68,7 +68,7 @@ public:
// In non-actors, this is a null pointer. Stores the console
// output for this actor until it can be probed by the client.
//
UniquePrintBuffer print_buffer_;
PrintBuffer print_buffer_;
// constructor.
//