Skip to content

Commit

Permalink
Merge pull request ros2#3 from ros2/ignore_local_publications
Browse files Browse the repository at this point in the history
add flag to ignore local publications
  • Loading branch information
dirk-thomas committed Jun 23, 2015
2 parents a896297 + dc9dd09 commit 3a67c4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rcl/include/rcl/rcl.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ rcl_create_subscription(
const rcl_node_t * node,
const rosidl_message_type_support_t * type_support,
const char * topic_name,
size_t queue_size);
size_t queue_size,
bool ignore_local_publications);

/// Destroys a rcl_subscription_t.
rcl_ret_t
Expand Down

0 comments on commit 3a67c4d

Please sign in to comment.