Search:
Login
Preferences
Register
Forgot your password?
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Context Navigation
←
Previous Change
Next Change
→
Changeset
11eae82
in mainline for
ns/ns.c
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-03-16T20:57:12Z (
19 years
ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn
,
master
,
serial
,
ticket/834-toolchain-update
,
topic/msim-upgrade
,
topic/simplify-dev-export
Children:
c05290e
Parents:
48627ab
Message:
Added support for ipc_connect_me_to.
File:
1 edited
ns/ns.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
ns/ns.c
r48627ab
r11eae82
25
25
retval = 0;
26
26
break;
27
case IPC_M_CONNECTMETO:
28
printf("Somebody wants to connect to: %d\n",
29
IPC_GET_ARG1(call.data));
30
retval = 0;
31
break;
27
32
case NS_PING:
28
33
printf("Ping...%P %P\n", IPC_GET_ARG1(call.data),
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive