Skip to content

Commit 2bcaea8

Browse files
committed
Adapt interfaces for service timestamps
Signed-off-by: Luetkebohle Ingo (CR/AEX3) <[email protected]>
1 parent a242059 commit 2bcaea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rmw_implementation/src/functions.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ RMW_INTERFACE_FN(
415415
RMW_INTERFACE_FN(
416416
rmw_take_response,
417417
rmw_ret_t, RMW_RET_ERROR,
418-
4, ARG_TYPES(const rmw_client_t *, rmw_request_id_t *, void *, bool *))
418+
4, ARG_TYPES(const rmw_client_t *, rmw_service_info_t *, void *, bool *))
419419

420420
RMW_INTERFACE_FN(
421421
rmw_create_service,
@@ -432,7 +432,7 @@ RMW_INTERFACE_FN(
432432
RMW_INTERFACE_FN(
433433
rmw_take_request,
434434
rmw_ret_t, RMW_RET_ERROR,
435-
4, ARG_TYPES(const rmw_service_t *, rmw_request_id_t *, void *, bool *))
435+
4, ARG_TYPES(const rmw_service_t *, rmw_service_info_t *, void *, bool *))
436436

437437
RMW_INTERFACE_FN(
438438
rmw_send_response,

0 commit comments

Comments
 (0)