Signed-off-by: Pete Zaitcev <[email protected]>

diff --git a/tools/cldcli.c b/tools/cldcli.c
index bb5c4cc..90ae601 100644
--- a/tools/cldcli.c
+++ b/tools/cldcli.c
@@ -437,12 +437,12 @@ static bool cld_p_timer_ctl(void *private, bool add,
 static int cld_p_pkt_send(void *priv, const void *addr, size_t addrlen,
                               const void *buf, size_t buflen)
 {
-       struct cldc_udp *udp = priv;
-       return cldc_udp_pkt_send(udp, addr, addrlen, buf, buflen);
+       struct cldc_udp *udpp = priv;
+       return cldc_udp_pkt_send(udpp, addr, addrlen, buf, buflen);
 }
 
 static void cld_p_event(void *private, struct cldc_session *sess,
-                       struct cldc_fh *fh, uint32_t what)
+                       struct cldc_fh *fhp, uint32_t what)
 {
        fprintf(stderr, "FIXME: event\n");
 }
--
To unsubscribe from this list: send the line "unsubscribe hail-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to