mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-02 07:15:44 +00:00
Better document the data_string structure.
This commit is contained in:
@@ -51,7 +51,7 @@ struct buffer {
|
|||||||
struct data_string {
|
struct data_string {
|
||||||
struct buffer *buffer;
|
struct buffer *buffer;
|
||||||
unsigned char *data;
|
unsigned char *data;
|
||||||
int len;
|
int len; /* Does not include NUL terminator, if any. */
|
||||||
int terminated;
|
int terminated;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user