locsrv->rmtip=strdup(locval);
break;
case 2 : //lastscan
+ locsrv->lastscan=sql_tounixtime(sqlptr,locval);
break;
case 3 : //last update
+ locsrv->update=sql_tounixtime(sqlptr,locval);
break;
case 4 : //Number of links
locsrv->links=atoi(locval);
typedef struct {
char *rmtip; //Remote IP number
time_t lastscan;//last scan time
- time_t lupdate; //last update time
+ time_t update; //last update time
int links; //Number of connection from this remote
int credit; //Remote credit number
char *listing; //Remote listing explaination