Changeset 493817b0 in mainline


Ignore:
Timestamp:
2013-03-23T12:43:57Z (11 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
939871a
Parents:
7f6d84b
Message:

libound: Fix compile failure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/hound/src/client.c

    r7f6d84b r493817b0  
    9494                }
    9595                new_context->id = hound_service_register_context(
    96                     new_context->session, new_context->name);
     96                    new_context->session, new_context->name, record);
    9797                if (new_context->id <= 0) {
    9898                        free(new_context->name);
Note: See TracChangeset for help on using the changeset viewer.