10 lines
437 B
Plaintext
10 lines
437 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
|
|
updates_active = 1
|
|
function updated_no_bct(){
|
|
neighbors.broadcast(updated, update_no)
|
|
} |