From 375a72b685a7c29f686185b0784cd157bf6bfb4d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sat, 8 Aug 2009 14:59:28 +0000 Subject: [PATCH] Added more comments. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1028 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/srpt/src/ib_srpt.h b/srpt/src/ib_srpt.h index 88989a197..dceecee8a 100644 --- a/srpt/src/ib_srpt.h +++ b/srpt/src/ib_srpt.h @@ -140,6 +140,7 @@ struct srpt_ioctx { enum srpt_command_state state; }; +/* Additional context information for SCST management commands. */ struct srpt_mgmt_ioctx { struct srpt_ioctx *ioctx; struct srpt_rdma_ch *ch;