mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 14:55:30 +00:00
Better document the data_string structure.
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user