Skip to content

Commit

Permalink
Add num_events arg
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Passerino <mpasserino@irobot.com>
  • Loading branch information
Mauro Passerino authored and wjwwood committed Apr 5, 2021
1 parent f626572 commit e06d3f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rmw/include/rmw/listener_callback_type.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Open Source Robotics Foundation, Inc.
// Copyright 2021 Open Source Robotics Foundation, Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -20,7 +20,7 @@ extern "C"
{
#endif

typedef void (* rmw_listener_callback_t)(const void * user_data);
typedef void (* rmw_listener_callback_t)(const void * user_data, size_t num_events);

#ifdef __cplusplus
}
Expand Down

0 comments on commit e06d3f4

Please sign in to comment.