Skip to content

Commit

Permalink
replacing size_t with uint64_t in fun dec to match func def
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteWalker608 committed Dec 25, 2020
1 parent 9afaf1b commit e09df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pubsub/include/marlin/pubsub/PubSubNode.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ void PUBSUBNODETYPE::send_message_on_channel(
uint16_t channel,
uint64_t message_id,
const uint8_t *data,
size_t size,
uint64_t size,
core::SocketAddress const *excluded,
MessageHeaderType prev_header
) {
Expand Down

0 comments on commit e09df96

Please sign in to comment.