Cleaning up lpxclient and lpxserver in preparation for redirect implementation

This commit is contained in:
2026-06-01 22:49:25 -04:00
parent 1b0d96934f
commit bfaf161d30
6 changed files with 45 additions and 18 deletions

View File

@@ -173,12 +173,13 @@ public:
bool have_prints(const PrintBuffer *pb) const;
// Copy any new lines from the printbuffer to the stream buffer.
// Update the current line number. Return true if the printbuffer
// contains any lines that have already been channeled.
// Update the current line number. Return true if any data
// was channeled.
bool channel(const PrintBuffer *pb, StreamBuffer *sb);
// Generate an invocation that removes unnecessary lines from the
// printbuffer.
// printbuffer. You should only do this if you just channeled
// some new output.
Invocation invocation(int64_t actor_id);
};