Rev 4350 | Rev 4695 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4350 | Rev 4503 | ||
---|---|---|---|
Line 101... | Line 101... | ||
101 | 101 | ||
102 | /** Returns the ARP task identifier. |
102 | /** Returns the ARP task identifier. |
103 | * @returns The current task identifier if called by the bundle module. |
103 | * @returns The current task identifier if called by the bundle module. |
104 | * @returns 0 if called by the remote module. |
104 | * @returns 0 if called by the remote module. |
105 | */ |
105 | */ |
106 | int arp_task_get_id( void ); |
106 | task_id_t arp_task_get_id( void ); |
107 | 107 | ||
108 | #endif |
108 | #endif |
109 | 109 | ||
110 | /** @} |
110 | /** @} |
111 | */ |
111 | */ |