diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-07-05 17:20:13 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-07-25 13:12:57 +0000 |
| commit | 4d77b9fe7da3d014943a16cb4b9a4ca3a531521a (patch) | |
| tree | c37fbf8b50205eb8b830595a621ad4b355e32e9a /executor/executor_runner.h | |
| parent | 206f31df2861c47b13a8c05a105afa94bcc7106c (diff) | |
all: add qemu snapshotting mode
Diffstat (limited to 'executor/executor_runner.h')
| -rw-r--r-- | executor/executor_runner.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/executor/executor_runner.h b/executor/executor_runner.h index 260d4a5de..96fcc9b44 100644 --- a/executor/executor_runner.h +++ b/executor/executor_runner.h @@ -352,7 +352,8 @@ private: output_.insert(output_.end(), tmp, tmp + strlen(tmp)); } } - auto data = finish_output(resp_mem_, id_, msg_->id, elapsed, freshness_++, status, output); + uint32 num_calls = read_input(&prog_data); + auto data = finish_output(resp_mem_, id_, msg_->id, num_calls, elapsed, freshness_++, status, output); conn_.Send(data.data(), data.size()); resp_mem_->Reset(); |
