Skip to content

Commit

Permalink
Merge pull request #56 from ros2/c_services
Browse files Browse the repository at this point in the history
Add service name to client and service
  • Loading branch information
jacquelinekay committed Mar 9, 2016
2 parents b446c34 + 0feda92 commit 8766457
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rmw/include/rmw/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,14 @@ typedef struct RMW_PUBLIC_TYPE rmw_service_t
{
const char * implementation_identifier;
void * data;
const char * service_name;
} rmw_service_t;

typedef struct RMW_PUBLIC_TYPE rmw_client_t
{
const char * implementation_identifier;
void * data;
const char * service_name;
} rmw_client_t;

typedef struct RMW_PUBLIC_TYPE rmw_guard_condition_t
Expand Down

0 comments on commit 8766457

Please sign in to comment.