Create a wrapper function for when we add pdus to the out queue
so that we can add them so that they are send in increasing itt order.
This commit is contained in:
@@ -322,6 +322,9 @@ void iscsi_decrement_iface_rr(void);
|
||||
void
|
||||
iscsi_log_message(struct iscsi_context *iscsi, int level, const char *format, ...);
|
||||
|
||||
void
|
||||
iscsi_add_to_outqueue(struct iscsi_context *iscsi, struct iscsi_pdu *pdu);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user