llarp::service::RouterLookupJob
Public Functions
| Name | |
|---|---|
| RouterLookupJob(Endpoint * p, RouterLookupHandler h) | |
| bool | IsExpired(llarp_time_t now) const |
| void | InformResult(std::vector< RouterContact > result) |
Public Attributes
| Name | |
|---|---|
| RouterLookupHandler | handler |
| uint64_t | txid |
| llarp_time_t | started |
Public Functions Documentation
function RouterLookupJob
RouterLookupJob(
Endpoint * p,
RouterLookupHandler h
)
function IsExpired
inline bool IsExpired(
llarp_time_t now
) const
function InformResult
inline void InformResult(
std::vector< RouterContact > result
)
Public Attributes Documentation
variable handler
RouterLookupHandler handler;
variable txid
uint64_t txid;
variable started
llarp_time_t started;
Updated on 2026-01-10 at 22:49:45 +0000