aboutsummaryrefslogtreecommitdiff
path: root/ofproto/ofproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'ofproto/ofproto.h')
-rw-r--r--ofproto/ofproto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ofproto/ofproto.h b/ofproto/ofproto.h
index 96f00988..9a56beec 100644
--- a/ofproto/ofproto.h
+++ b/ofproto/ofproto.h
@@ -161,6 +161,9 @@ struct ofhooks {
size_t actions_len,
uint64_t n_bytes, void *aux);
void (*account_checkpoint_cb)(void *aux);
+
+ uint16_t (*autopath_cb)(const struct flow *, uint32_t id,
+ tag_type *, void *aux);
};
void ofproto_revalidate(struct ofproto *, tag_type);
struct tag_set *ofproto_get_revalidate_set(struct ofproto *);