Changeset 61bfc370 in mainline for uspace/srv/net/tl/icmp/icmp.c
- Timestamp:
- 2011-01-07T18:57:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e08a733
- Parents:
- 7c34b28f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/icmp/icmp.c
r7c34b28f r61bfc370 405 405 measured_string_t names[] = { 406 406 { 407 ( char*) "ICMP_ERROR_REPORTING",407 (uint8_t *) "ICMP_ERROR_REPORTING", 408 408 20 409 409 }, 410 410 { 411 ( char*) "ICMP_ECHO_REPLYING",411 (uint8_t *) "ICMP_ECHO_REPLYING", 412 412 18 413 413 } … … 415 415 measured_string_t *configuration; 416 416 size_t count = sizeof(names) / sizeof(measured_string_t); 417 char*data;417 uint8_t *data; 418 418 int rc; 419 419
Note:
See TracChangeset
for help on using the changeset viewer.