9 lines
417 B
Plaintext
9 lines
417 B
Plaintext
|
####################################################################################################
|
||
|
# Updater related
|
||
|
# This should be here for the updater to work, changing position of code will crash the updater
|
||
|
####################################################################################################
|
||
|
updated="update_ack"
|
||
|
update_no=0
|
||
|
function updated_neigh(){
|
||
|
neighbors.broadcast(updated, update_no)
|
||
|
}
|