X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fstatus.h;h=b9db8361985936b3a60eab15c4478fc5c59cc6df;hb=a4a2643672e4d2f68f8246e406749009a3f3211b;hp=1186fa52042f0c87935c89ba678907a4495b4b84;hpb=3b01baa3970139c3a195017ab1ea3e42761e3db2;p=openvswitch diff --git a/ofproto/status.h b/ofproto/status.h index 1186fa52..b9db8361 100644 --- a/ofproto/status.h +++ b/ofproto/status.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009 Nicira Networks. + * Copyright (c) 2008, 2009, 2010 Nicira Networks. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,16 +19,16 @@ #include "compiler.h" -struct nicira_header; -struct rconn; +struct ofp_header; struct ofproto; +struct rconn; struct status_reply; struct switch_status *switch_status_create(const struct ofproto *); void switch_status_destroy(struct switch_status *); int switch_status_handle_request(struct switch_status *, struct rconn *, - struct nicira_header *); + const struct ofp_header *); typedef void status_cb_func(struct status_reply *, void *aux); struct status_category *switch_status_register(struct switch_status *,