Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/logger/logger.h

    r3272be1 r09ab0a9a  
    4141#include <async.h>
    4242#include <stdbool.h>
    43 #include <refcount.h>
    4443#include <fibril_synch.h>
    4544#include <stdio.h>
     
    6564        link_t link;
    6665
    67         atomic_refcount_t ref_counter;
     66        size_t ref_counter;
    6867
    6968        fibril_mutex_t guard;
Note: See TracChangeset for help on using the changeset viewer.