experimental areafix type thing
This commit is contained in:
@@ -25,6 +25,7 @@ struct msg_t {
|
||||
uint32_t timedate;
|
||||
int oaddr;
|
||||
int daddr;
|
||||
int type;
|
||||
char reply[36];
|
||||
} __attribute__ ((packed));
|
||||
|
||||
@@ -286,7 +287,7 @@ int export_messages(int area) {
|
||||
JAM_DelSubPacket(jsp);
|
||||
|
||||
msg.area = areas[area]->id;
|
||||
|
||||
msg.type = 0;
|
||||
if (areas[area]->hub == mynode) {
|
||||
for (n = 0; n < areas[area]->link_count; n++) {
|
||||
if (imhub) {
|
||||
|
Reference in New Issue
Block a user