2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-29 05:17:57 +00:00

Better document the data_string structure.

This commit is contained in:
Ted Lemon 1999-07-20 17:59:14 +00:00
parent 33500c7d52
commit 6f14d4bd58

View File

@ -51,7 +51,7 @@ struct buffer {
struct data_string {
struct buffer *buffer;
unsigned char *data;
int len;
int len; /* Does not include NUL terminator, if any. */
int terminated;
};