Home
last modified time | relevance | path

Searched refs:last_xd_check (Results 1 – 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
Dscan.c3482 static time_t last_xd_check = 0; in scan_for_updates() local
3483 if (time(NULL) > last_xd_check + 2) { in scan_for_updates()
3489 last_xd_check = time(NULL); in scan_for_updates()