Finished code for globals, but something's not working with client/server

This commit is contained in:
2023-04-10 16:00:47 -04:00
parent ef7d0ec365
commit ac383c616f
9 changed files with 230 additions and 55 deletions

View File

@@ -59,7 +59,7 @@ void Invocation::deserialize(StreamBuffer *sb) {
data_.deserialize(sb);
}
eng::string Invocation::debug_string() {
eng::string Invocation::debug_string() const {
eng::ostringstream oss;
oss << "inv[";
switch (kind_) {