Skip to content

Commit

Permalink
change name
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Nov 5, 2024
1 parent dfc4c29 commit a9414bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/reactor-uc/action.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ struct Action {

void Action_ctor(Action *self, ActionType type, interval_t min_offset, Reactor *parent, Reaction **sources,
size_t sources_size, Reaction **effects, size_t effects_size, void *value_ptr, size_t value_size,
void *payload_buf, bool *payload_used_buf, size_t payload_buf_capacity);
void *payload_buf, bool *payload_used_buf, size_t event_bound);

#endif

0 comments on commit a9414bb

Please sign in to comment.