Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173733
b: refs/heads/master
c: 6580bbd
h: refs/heads/master
i:
  173731: e7f34ac
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Dec 4, 2009
1 parent 102b1ff commit c0be22f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 859b7b649ab58ee5cbfb761491317d5b315c1b0f
refs/heads/master: 6580bbd0afe6ba1be5d53b331e92a7690046c923
4 changes: 4 additions & 0 deletions trunk/include/scsi/libfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ struct fc_rport_priv {
* @ControlRequests: Number of control requests
* @InputMegabytes: Number of received megabytes
* @OutputMegabytes: Number of transmitted megabytes
* @VLinkFailureCount: Number of virtual link failures
* @MissDiscAdvCount: Number of missing FIP discovery advertisement
*/
struct fcoe_dev_stats {
u64 SecondsSinceLastReset;
Expand All @@ -249,6 +251,8 @@ struct fcoe_dev_stats {
u64 ControlRequests;
u64 InputMegabytes;
u64 OutputMegabytes;
u64 VLinkFailureCount;
u64 MissDiscAdvCount;
};

/**
Expand Down

0 comments on commit c0be22f

Please sign in to comment.