Skip to content

Commit

Permalink
Modified the structure of member names to reflect the point made on t…
Browse files Browse the repository at this point in the history
…he thread below.

ros-infrastructure/rep#385 (comment)

Signed-off-by: Shoji Morita <s-morita@esol.co.jp>
  • Loading branch information
smorita-esol committed Jan 26, 2024
1 parent a3661ff commit e70ec85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ TEST(thread, attribute) {
rcutils_attr.core_affinity = rcutils_get_zero_initialized_thread_core_affinity();
rcutils_attr.scheduling_policy = RCUTILS_THREAD_SCHEDULING_POLICY_FIFO;
rcutils_attr.priority = 42;
rcutils_attr.name = NULL;
rcutils_attr.tag = NULL;

attr.set_rcutils_thread_attribute(rcutils_attr);

Expand Down

0 comments on commit e70ec85

Please sign in to comment.