Menu

#9 pad_t

svn
open
nobody
Core (9)
5
2006-10-14
2006-10-14
No

* Add the padding data type defined as:

GCC:
typedef struct pad {
unsigned char c;
} pad_t __atribute(packed);

Others:
typedef unsigned char pad_t;

* Replace padding bytes with the pad_t type.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB