Ignore:
File:
1 edited

Legend:

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

    r09ab0a9a r3272be1  
    4141#include <async.h>
    4242#include <stdbool.h>
     43#include <refcount.h>
    4344#include <fibril_synch.h>
    4445#include <stdio.h>
     
    6465        link_t link;
    6566
    66         size_t ref_counter;
     67        atomic_refcount_t ref_counter;
    6768
    6869        fibril_mutex_t guard;
Note: See TracChangeset for help on using the changeset viewer.