Ignore:
Timestamp:
2007-01-22T12:56:29Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7b7be3f
Parents:
da1f9dc
Message:

another typedefs to anonymous structs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/scheduler.h

    rda1f9dc r62c63fc  
    4646
    4747/** Scheduler run queue structure. */
    48 struct runq {
     48typedef struct {
    4949        SPINLOCK_DECLARE(lock);
    5050        link_t rq_head;         /**< List of ready threads. */
    5151        count_t n;              /**< Number of threads in rq_ready. */
    52 };
     52} runq_t;
    5353
    5454extern atomic_t nrdy;
Note: See TracChangeset for help on using the changeset viewer.