Rev 2787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2787 | Rev 2872 | ||
|---|---|---|---|
| Line 80... | Line 80... | ||
| 80 | int res = ipc_connect_to_me(PHONE_NS, i, 0, 0, &phonead); |
80 | int res = ipc_connect_to_me(PHONE_NS, i, 0, 0, &phonead); |
| 81 | if (!res) |
81 | if (!res) |
| 82 | break; |
82 | break; |
| 83 | printf("Failed registering as %d..:%d\n", i, res); |
83 | printf("Failed registering as %d..:%d\n", i, res); |
| 84 | } |
84 | } |
| - | 85 | getchar(); |
|
| 85 | printf("Registered as service: %d\n", i); |
86 | //printf("Registered as service: %d\n", i); |
| 86 | myservice = i; |
87 | myservice = i; |
| 87 | 88 | ||
| 88 | return NULL; |
89 | return NULL; |
| 89 | } |
90 | } |