Rev 4459 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4459 | Rev 4496 | ||
|---|---|---|---|
| Line 36... | Line 36... | ||
| 36 | #include <bool.h> |
36 | #include <bool.h> |
| 37 | #include <errno.h> |
37 | #include <errno.h> |
| 38 | #include <assert.h> |
38 | #include <assert.h> |
| 39 | #include <stdio.h> |
39 | #include <stdio.h> |
| 40 | #include <malloc.h> |
40 | #include <malloc.h> |
| - | 41 | #include <loader/loader.h> |
|
| 41 | #include "clonable.h" |
42 | #include "clonable.h" |
| 42 | #include "ns.h" |
43 | #include "ns.h" |
| 43 | 44 | ||
| 44 | /** Request for connection to a clonable service. */ |
45 | /** Request for connection to a clonable service. */ |
| 45 | typedef struct { |
46 | typedef struct { |