|
Lines 1370-1376
Link Here
|
| 1370 |
char buffer[ sizeof (DlpReqHeaderType) + |
1370 |
char buffer[ sizeof (DlpReqHeaderType) + |
| 1371 |
sizeof (DlpTinyArgWrapperType) + |
1371 |
sizeof (DlpTinyArgWrapperType) + |
| 1372 |
sizeof (DlpWriteUserInfoReqHdrType) + |
1372 |
sizeof (DlpWriteUserInfoReqHdrType) + |
| 1373 |
dlpMaxUserNameSize]; |
1373 |
dlpMaxUserNameSize] __attribute__((__aligned__(2))); |
| 1374 |
|
1374 |
|
| 1375 |
// Get handy pointers to all of the above. |
1375 |
// Get handy pointers to all of the above. |
| 1376 |
DlpReqHeaderType* reqHdr = (DlpReqHeaderType*) buffer; |
1376 |
DlpReqHeaderType* reqHdr = (DlpReqHeaderType*) buffer; |