summaryrefslogtreecommitdiffstats
path: root/include/framework/scheduling
diff options
context:
space:
mode:
authorDouglas Rumbaugh <dbr4@psu.edu>2025-02-04 14:52:18 -0500
committerDouglas Rumbaugh <dbr4@psu.edu>2025-02-04 14:52:18 -0500
commit5ee10c336581b68ba91c7048431809e3ccaf7e87 (patch)
tree39bf1963757ed1b0a0817dd58b99b09c83844b71 /include/framework/scheduling
parent4376f5f177a5766f496405921d8ede92a376773c (diff)
downloaddynamic-extension-5ee10c336581b68ba91c7048431809e3ccaf7e87.tar.gz
Bug fixes
Diffstat (limited to 'include/framework/scheduling')
-rw-r--r--include/framework/scheduling/Version.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/framework/scheduling/Version.h b/include/framework/scheduling/Version.h
index 9c62ea1..3e93202 100644
--- a/include/framework/scheduling/Version.h
+++ b/include/framework/scheduling/Version.h
@@ -84,8 +84,7 @@ public:
return version;
}
- bool advance_buffer_head() {
- auto new_head = m_buffer->get_buffer_view().get_tail();
+ bool advance_buffer_head(size_t new_head) {
m_buffer_head = new_head;
return m_buffer->advance_head(new_head);
}