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:
parent
33500c7d52
commit
6f14d4bd58
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user