On 7/9/15, 6:38 AM, [email protected] wrote:
+
+                       rc = t->template->send_ping(t, iface, size, &addr,

The callout will send a ping and wait for the response right? I think we want to name it similar to the ipc name, exec_ping to reflect it does more than just put the ping on the wire.


+                                                   &status);
+                       if (rc)
+                               rc = ISCSI_ERR_INTERNAL;
+               } else {
+                       rc = ipc->exec_ping(t->handle, host_no,
+                                           (struct sockaddr *)&addr,
+                                           iface->iface_num, iface_type,
+                                           (uint32_t)size,
+                                           (uint32_t *)&status);

--
You received this message because you are subscribed to the Google Groups 
"open-iscsi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/open-iscsi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to