Changeset 9f22213 in mainline for generic/include/errno.h


Ignore:
Timestamp:
2006-03-19T12:43:12Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7c7aae16
Parents:
b4b45210
Message:

More IPC stuff, added correct closing of connections from both sides.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/errno.h

    rb4b45210 r9f22213  
    3838#define EFORWARD   -5  /* Forward error */
    3939#define EPERM      -6  /* Permission denied */
     40#define EHANGUP    -7  /* Answerbox closed cionnection, call sys_ipc_hangup
     41                        * to close the connection. Used by answerbox
     42                        * to close the connection.  */
    4043
    4144#endif
Note: See TracChangeset for help on using the changeset viewer.