Skip to content

Commit

Permalink
make linters happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde committed Dec 5, 2024
1 parent 687d01c commit a0943dd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion rmw_zenoh_cpp/src/detail/rmw_publisher_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,11 @@ rmw_ret_t PublisherData::publish(
// z_buf_layout_alloc_result_t alloc;
// // TODO(yuyuan): SHM, configure this
// z_alloc_alignment_t alignment = {5};
// z_shm_provider_alloc_gc_defrag_blocking(&alloc, z_loan(provider), SHM_BUF_OK_SIZE, alignment);
// z_shm_provider_alloc_gc_defrag_blocking(
// &alloc,
// z_loan(provider),
// SHM_BUF_OK_SIZE,
// alignment);

// if (alloc.status == ZC_BUF_LAYOUT_ALLOC_STATUS_OK) {
// shmbuf = std::make_optional(alloc.buf);
Expand Down

0 comments on commit a0943dd

Please sign in to comment.