diff options
Diffstat (limited to 'services/mesh.h')
-rw-r--r-- | services/mesh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/mesh.h b/services/mesh.h index 5f109779a4d2..54a3cafecc9e 100644 --- a/services/mesh.h +++ b/services/mesh.h @@ -307,7 +307,7 @@ int mesh_new_callback(struct mesh_area* mesh, struct query_info* qinfo, * @param leeway: TTL leeway what to expire earlier for this update. */ void mesh_new_prefetch(struct mesh_area* mesh, struct query_info* qinfo, - uint16_t qflags, uint32_t leeway); + uint16_t qflags, time_t leeway); /** * Handle new event from the wire. A serviced query has returned. |