X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautopath.h;h=19e2d073e77efbc203b259041bed9a025f41fcd1;hb=b5d29991cc4722aec39c346c3f82291581e92aa0;hp=ba55f90d3ef02860b521c7e3041cd311670f0364;hpb=3b6a2571f07e153e850a9bf2044699d8d4434ef0;p=openvswitch diff --git a/lib/autopath.h b/lib/autopath.h index ba55f90d..19e2d073 100644 --- a/lib/autopath.h +++ b/lib/autopath.h @@ -18,6 +18,7 @@ #define AUTOPATH_H 1 #include +#include "ofp-errors.h" struct flow; struct nx_action_autopath; @@ -29,6 +30,7 @@ struct nx_action_autopath; void autopath_execute(const struct nx_action_autopath *, struct flow *, uint16_t ofp_port); void autopath_parse(struct nx_action_autopath *, const char *); -int autopath_check(const struct nx_action_autopath *); +enum ofperr autopath_check(const struct nx_action_autopath *, + const struct flow *); #endif /* autopath.h */