Add StreamBuffer::open

This commit is contained in:
2024-09-04 23:14:39 -04:00
parent 43a02db7f3
commit 2d8015c2ae
2 changed files with 22 additions and 12 deletions

View File

@@ -22,10 +22,10 @@
enum class InvocationKind {
INVALID,
LUA_CALL,
LUA_INVOKE,
LUA_PROBE,
LUA_EXPR,
LUA_SOURCE,
LUA_PROBE,
FLUSH_PRINTS,
TICK,
};