aboutsummaryrefslogtreecommitdiff
path: root/src/usr
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2011-06-24 22:49:10 +0100
committerMichael Brown <mcb30@ipxe.org>2011-06-28 14:45:01 +0100
commitbf8bfa23e2364793ccdfc32627d8094a74ae87aa (patch)
tree53d20e95786d13330f92b1d1df539d608bcd7bf1 /src/usr
parent5763472b34724d5f320da7ecd90ed32f14c0855b (diff)
downloadipxe-bf8bfa23e2364793ccdfc32627d8094a74ae87aa.zip
ipxe-bf8bfa23e2364793ccdfc32627d8094a74ae87aa.tar.gz
ipxe-bf8bfa23e2364793ccdfc32627d8094a74ae87aa.tar.bz2
[fc] Maintain a list of Fibre Channel upper-layer protocol users
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/fcmgmt.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr/fcmgmt.c b/src/usr/fcmgmt.c
index 1af723d..f46c7d6 100644
--- a/src/usr/fcmgmt.c
+++ b/src/usr/fcmgmt.c
@@ -74,8 +74,7 @@ void fcpeerstat ( struct fc_peer *peer ) {
}
list_for_each_entry ( ulp, &peer->ulps, list ) {
- printf ( " [Type %02x usage %d link:",
- ulp->type, ulp->usage );
+ printf ( " [Type %02x link:", ulp->type );
if ( fc_link_ok ( &ulp->link ) ) {
printf ( " up, params" );
param = ulp->param;