X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=daemon%2Ffilenet.h;h=8d6b56b831fe8ce92cef4791199d52b4d8a2ae47;hb=b198bed6c8dd66a31da9bca45e672bdc97f8b025;hp=f0cb77715e9595817627174807399a0c389f70c4;hpb=efc05613724470915c842b3217ec0625dc8147a7;p=doldaconnect.git diff --git a/daemon/filenet.h b/daemon/filenet.h index f0cb777..8d6b56b 100644 --- a/daemon/filenet.h +++ b/daemon/filenet.h @@ -29,6 +29,10 @@ #define FNN_EST 2 #define FNN_DEAD 3 +#define FNNS_PUB 0 +#define FNNS_REG 1 +#define FNNS_OP 2 + #define FNPD_INT 0 #define FNPD_LL 1 #define FNPD_STR 2 @@ -94,6 +98,7 @@ struct fnetnode int id; int state; int linked; + int regstatus; time_t srchwait, lastsrch; wchar_t *name; wchar_t *mynick;