Changeset 493817b0 in mainline
- Timestamp:
- 2013-03-23T12:43:57Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 939871a
- Parents:
- 7f6d84b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/src/client.c
r7f6d84b r493817b0 94 94 } 95 95 new_context->id = hound_service_register_context( 96 new_context->session, new_context->name );96 new_context->session, new_context->name, record); 97 97 if (new_context->id <= 0) { 98 98 free(new_context->name);
Note:
See TracChangeset
for help on using the changeset viewer.