Skip to content

Commit

Permalink
clusterer: fix doc example for cluster_send_rpl()
Browse files Browse the repository at this point in the history
(cherry picked from commit ccf3c20)
  • Loading branch information
rvlad-patrascu committed Jul 9, 2019
1 parent 93daea5 commit 8802e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/clusterer/doc/clusterer_admin.xml
Expand Up @@ -684,7 +684,7 @@ route[rpl_resume] {
<programlisting format="linespecific">
...
event_route[E_CLUSTERER_REQ_RECEIVED] {
cluster_send_rpl($param(cl_id), $param(src_id), $var(my_reply), $param(rcv_tag));
cluster_send_rpl($param(cluster_id), $param(src_id), $var(my_reply), $param(tag));
}
...
</programlisting>
Expand Down

0 comments on commit 8802e41

Please sign in to comment.