Changeset 33adc6ce in mainline for kernel/generic/src/ipc/sysipc.c


Ignore:
Timestamp:
2009-11-21T10:26:29Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fd1210a
Parents:
c70ce74
Message:

Introduce the per-task list of active synchronous answerboxes and make
ipc_cleanup() aware of it.

File:
1 edited

Legend:

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

    rc70ce74 r33adc6ce  
    559559#endif
    560560                if (rc != EOK) {
    561                         /* The call will be freed by someone else. */
     561                        /* The call will be freed by ipc_cleanup(). */
    562562                        return rc;
    563563                }
     
    612612#endif
    613613                if (rc != EOK) {
    614                         /* The call will be freed by someone else. */
     614                        /* The call will be freed by ipc_cleanup(). */
    615615                        return rc;
    616616                }
Note: See TracChangeset for help on using the changeset viewer.