Skip to content

Commit

Permalink
Adapt interfaces for service timestamps (#96)
Browse files Browse the repository at this point in the history
Signed-off-by: Luetkebohle Ingo (CR/AEX3) <[email protected]>
  • Loading branch information
iluetkeb authored Apr 24, 2020
1 parent 34d3636 commit 37c4bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw_implementation/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ RMW_INTERFACE_FN(
RMW_INTERFACE_FN(
rmw_take_response,
rmw_ret_t, RMW_RET_ERROR,
4, ARG_TYPES(const rmw_client_t *, rmw_request_id_t *, void *, bool *))
4, ARG_TYPES(const rmw_client_t *, rmw_service_info_t *, void *, bool *))

RMW_INTERFACE_FN(
rmw_create_service,
Expand All @@ -430,7 +430,7 @@ RMW_INTERFACE_FN(
RMW_INTERFACE_FN(
rmw_take_request,
rmw_ret_t, RMW_RET_ERROR,
4, ARG_TYPES(const rmw_service_t *, rmw_request_id_t *, void *, bool *))
4, ARG_TYPES(const rmw_service_t *, rmw_service_info_t *, void *, bool *))

RMW_INTERFACE_FN(
rmw_send_response,
Expand Down

0 comments on commit 37c4bc9

Please sign in to comment.