X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fautopath.h;h=480d40aec6b220d29711676810ee0a71e842c2ce;hb=79d4ffe2c977c9750b77f869be185b5bedd08c2d;hp=98b02b41c9550b460438368853d24d11be7323a7;hpb=43edca5717cf389eb87850abbf30efc738049921;p=openvswitch diff --git a/lib/autopath.h b/lib/autopath.h index 98b02b41..480d40ae 100644 --- a/lib/autopath.h +++ b/lib/autopath.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011 Nicira Networks. + * Copyright (c) 2011 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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 *, const struct flow *); +enum ofperr autopath_check(const struct nx_action_autopath *, + const struct flow *); #endif /* autopath.h */