Rev 2656 | Rev 3746 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2656 | Rev 2785 | ||
---|---|---|---|
Line 40... | Line 40... | ||
40 | #include <ipc/ipc.h> |
40 | #include <ipc/ipc.h> |
41 | 41 | ||
42 | #define IPC_TEST_START 10000 |
42 | #define IPC_TEST_START 10000 |
43 | #define MAX_PHONES 20 |
43 | #define MAX_PHONES 20 |
44 | #define MAX_CONNECTIONS 50 |
44 | #define MAX_CONNECTIONS 50 |
- | 45 | #define TEST_SKIPPED "Test Skipped" |
|
45 | 46 | ||
46 | extern int myservice; |
47 | extern int myservice; |
47 | extern int phones[MAX_PHONES]; |
48 | extern int phones[MAX_PHONES]; |
48 | extern int connections[MAX_CONNECTIONS]; |
49 | extern int connections[MAX_CONNECTIONS]; |
49 | extern ipc_callid_t callids[MAX_CONNECTIONS]; |
50 | extern ipc_callid_t callids[MAX_CONNECTIONS]; |