Changeset b76a7329 in mainline for uspace/lib/c/generic/async.c


Ignore:
Timestamp:
2011-08-19T17:29:40Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b2a7ad
Parents:
1c99eae
Message:

make async_sess_t and async_exch_t structures private
(to avoid any possible temptation to access their members directly)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/async.c

    r1c99eae rb76a7329  
    9898#include <ipc/ipc.h>
    9999#include <async.h>
     100#include "private/async.h"
    100101#undef LIBC_ASYNC_C_
    101102
     
    113114#include <stdlib.h>
    114115#include <macros.h>
    115 #include "private/async.h"
    116116
    117117#define CLIENT_HASH_TABLE_BUCKETS  32
Note: See TracChangeset for help on using the changeset viewer.