Rev 3593 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3593 | Rev 3745 | ||
---|---|---|---|
Line 48... | Line 48... | ||
48 | * Spawns a new program loader task and returns the connection structure. |
48 | * Spawns a new program loader task and returns the connection structure. |
49 | * @param name Symbolic name to set on the newly created task. |
49 | * @param name Symbolic name to set on the newly created task. |
50 | * @return Pointer to the loader connection structure (should be |
50 | * @return Pointer to the loader connection structure (should be |
51 | * de-allocated using free() after use). |
51 | * de-allocated using free() after use). |
52 | */ |
52 | */ |
53 | loader_t *loader_spawn(char *name) |
53 | loader_t *loader_spawn(const char *name) |
54 | { |
54 | { |
55 | int phone_id, rc; |
55 | int phone_id, rc; |
56 | loader_t *ldr; |
56 | loader_t *ldr; |
57 | 57 | ||
58 | /* |
58 | /* |