Changeset be73793 in mainline for uspace/srv/logger/namespace.c


Ignore:
Timestamp:
2012-07-16T16:12:11Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3ab9de0
Parents:
01b8c2e4
Message:

Make logger runnable again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/logger/namespace.c

    r01b8c2e4 rbe73793  
    109109
    110110        fibril_mutex_initialize(&namespace->guard);
     111        fibril_condvar_initialize(&namespace->reader_appeared_cv);
    111112        prodcons_initialize(&namespace->messages);
    112113        namespace->has_reader = false;
Note: See TracChangeset for help on using the changeset viewer.