Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dsockets.c46 static unsigned local_socket_next_id = 1; variable
93 s->id = local_socket_next_id++; in install_local_socket()