Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-vx.c122 struct timeval load_timeout; in net_load() local
135 load_timeout.tv_sec = 99999999; /* A large number, effectively inf. */ in net_load()
136 load_timeout.tv_usec = 0; in net_load()
139 &ldstruct, load_timeout); in net_load()