Changeset 4260 for trunk/src/wnaspi32/aspilib.cpp
- Timestamp:
- Sep 14, 2000, 9:09:17 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wnaspi32/aspilib.cpp
r3845 r4260 1 /* $Id: aspilib.cpp,v 1. 3 2000-07-18 17:12:04 birdExp $ */1 /* $Id: aspilib.cpp,v 1.4 2000-09-14 19:09:16 sandervl Exp $ */ 2 2 /* 3 3 * ASPI Router Library … … 30 30 //* * 31 31 //*************************************************************************** 32 scsiObj::scsiObj() 33 { 32 scsiObj::scsiObj() : buffer(NULL) 33 { 34 memset(&SRBlock, 0, sizeof(SRBlock)); 35 memset(&AbortSRB, 0, sizeof(AbortSRB)); 34 36 } 35 37
Note:
See TracChangeset
for help on using the changeset viewer.