Changed the name of the rimeaddr module to linkaddr

This commit is contained in:
Adam Dunkels 2013-12-12 23:58:52 +01:00
parent 765e9acded
commit 45265249fc
180 changed files with 930 additions and 930 deletions

View file

@ -66,7 +66,7 @@ PROCESS_THREAD(shell_rime_ping_process, ev, data)
{
static int i;
static struct etimer timeout, periodic;
static rimeaddr_t receiver;
static linkaddr_t receiver;
struct rime_ping_msg *ping;
const char *nextptr;
char buf[32];
@ -122,7 +122,7 @@ sent_mesh(struct mesh_conn *c)
{
}
static void
recv_mesh(struct mesh_conn *c, const rimeaddr_t *from, uint8_t hops)
recv_mesh(struct mesh_conn *c, const linkaddr_t *from, uint8_t hops)
{
struct rime_ping_msg ping;
char buf[64];