aboutsummaryrefslogtreecommitdiff
path: root/contrib/unbound/services/mesh.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/services/mesh.h')
-rw-r--r--contrib/unbound/services/mesh.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/unbound/services/mesh.h b/contrib/unbound/services/mesh.h
index d926cfc9dec3..5bd53e065e8f 100644
--- a/contrib/unbound/services/mesh.h
+++ b/contrib/unbound/services/mesh.h
@@ -690,4 +690,10 @@ mesh_serve_expired_lookup(struct module_qstate* qstate,
*/
int mesh_jostle_exceeded(struct mesh_area* mesh);
+/**
+ * Give the serve expired responses.
+ * @param mstate: mesh state for query that has serve_expired_data.
+ */
+void mesh_respond_serve_expired(struct mesh_state* mstate);
+
#endif /* SERVICES_MESH_H */