X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fstatus.h;h=b9db8361985936b3a60eab15c4478fc5c59cc6df;hb=f45ee2cd9a8cd2a4f2a60fd36da9f95775e2efa6;hp=1186fa52042f0c87935c89ba678907a4495b4b84;hpb=d65349ea28bb67a0062a9b4b60ff97538206373b;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 *,