Changeset cdc4334 in mainline for kernel/generic/src/ipc/ipc.c


Ignore:
Timestamp:
2018-03-13T18:01:47Z (6 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c25a39e
Parents:
314f4b59
git-author:
Jakub Jermar <jakub@…> (2018-02-20 21:29:28)
git-committer:
Jakub Jermar <jakub@…> (2018-03-13 18:01:47)
Message:

Rename ipc_phone_0 to ipc_box_0 for consistency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/ipc.c

    r314f4b59 rcdc4334  
    6363static void ipc_forget_call(call_t *);
    6464
    65 /** Open channel that is assigned automatically to new tasks */
    66 answerbox_t *ipc_phone_0 = NULL;
     65/** Answerbox that new tasks are automatically connected to */
     66answerbox_t *ipc_box_0 = NULL;
    6767
    6868static slab_cache_t *call_cache;
Note: See TracChangeset for help on using the changeset viewer.