Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
e6936baa
Commit
e6936baa
authored
Aug 12, 2016
by
Stephen Morris
Browse files
[4489] Altered "size_t" to "unsigned long" to overcome compiler objections
parent
d9a2d363
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/mysql_host_data_source.cc
View file @
e6936baa
...
...
@@ -1588,7 +1588,7 @@ private:
std
::
vector
<
uint8_t
>
value_
;
/// @brief Option value length.
size_t
value_len_
;
unsigned
long
value_len_
;
/// @brief Formatted option value length.
unsigned
long
formatted_value_len_
;
...
...
@@ -1597,7 +1597,7 @@ private:
std
::
string
space_
;
/// @brief Option space name length.
size_t
space_len_
;
unsigned
long
space_len_
;
/// @brief Boolean flag indicating if the option is always returned to
/// a client or only when requested.
...
...
@@ -1607,7 +1607,7 @@ private:
std
::
string
client_class_
;
/// @brief Length of the string holding client classes for the option.
size_t
client_class_len_
;
unsigned
long
client_class_len_
;
/// @brief Subnet identifier.
uint32_t
subnet_id_
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment