Changeset 91d860d in mainline for uspace/srv/logger/logger.h


Ignore:
Timestamp:
2026-07-09T11:53:43Z (6 days ago)
Author:
GitHub <noreply@…>
Parents:
48cc66f (diff), 3272be1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Vojtech Horky <vojtech.horky@…> (2026-07-09 11:53:43)
git-committer:
GitHub <noreply@…> (2026-07-09 11:53:43)
Message:

Merge 3272be1101feae98362bf4f9837caa330107cb01 into 48cc66faec96bc448eb5c1a946b6c0f2f7890b04

File:
1 edited

Legend:

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

    r48cc66f r91d860d  
    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.