diff --git a/include/types/connection.h b/include/types/connection.h index 2fbc30ee8..6da213841 100644 --- a/include/types/connection.h +++ b/include/types/connection.h @@ -214,6 +214,7 @@ struct xprt_ops { void (*close)(struct connection *); /* close the transport layer */ int (*init)(struct connection *conn); /* initialize the transport layer */ int (*prepare_bind_conf)(struct bind_conf *conf); /* prepare a whole bind_conf */ + void (*destroy_bind_conf)(struct bind_conf *conf); /* destroy a whole bind_conf */ char name[8]; /* transport layer name, zero-terminated */ };