refactor(protocol): switch runtime to protocol wire codec paths
Point the build and dummy runtime producer at the canonical protocol module so runtime ownership matches the refactored directory structure. - compile src/protocol/wire_codec.cpp - update frame source to include and use protocol::wire_codec - remove remaining sim/wire usage from runtime code Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ add_library(cvmmap_streamer_common STATIC
|
||||
src/core/frame_source.cpp
|
||||
src/core/ingest_runtime.cpp
|
||||
src/ipc/contracts.cpp
|
||||
src/sim/wire.cpp
|
||||
src/protocol/wire_codec.cpp
|
||||
lib/cvmmap-client-cpp/app_cvmmap_client.cpp
|
||||
lib/cvmmap-client-cpp/app_cvmmap_parser.cpp
|
||||
src/metrics/latency_tracker.cpp
|
||||
|
||||
Reference in New Issue
Block a user