X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=vw-nm-tools.h;h=426e778848f8894d3c94303b8d03675dc0b57f0a;hb=4beb79252d1c432feceed2e40429900b9ee0cf48;hp=e9e26c8d6e5d29e0fed5e8db8d8f94f2e7eabeec;hpb=65531f9a117392b6858eec9435830ef168119064;p=revag-nm.git diff --git a/vw-nm-tools.h b/vw-nm-tools.h index e9e26c8..426e778 100644 --- a/vw-nm-tools.h +++ b/vw-nm-tools.h @@ -104,7 +104,7 @@ static struct NM_Main* nm_alloc(unsigned node_bits, NM_ID my_id, canid_t can_bas nm->nodes[nm->my_id].state = NM_MAIN_LOGIN; nm->tv.tv_sec = 0; - nm->tv.tv_usec = NM_USECS_OTHER_TURN; + nm->tv.tv_usec = NM_USECS_NODE_AWOL; return nm; }