X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fstatus.c;h=67cb27814f5b0efb2535f64d0ef00ed4c632e5c0;hb=ddffedda18b6f919cb896265e126574d75fcaf00;hp=b5bc33a6362b7c150ffa687d24361aa2046f23d2;hpb=0bd0c6606aa8f8ecc3822faef9c34b4116791ac9;p=openvswitch diff --git a/ofproto/status.c b/ofproto/status.c index b5bc33a6..67cb2781 100644 --- a/ofproto/status.c +++ b/ofproto/status.c @@ -59,8 +59,9 @@ struct status_reply { int switch_status_handle_request(struct switch_status *ss, struct rconn *rconn, - struct nicira_header *request) + const struct ofp_header *oh) { + const struct nicira_header *request = (const struct nicira_header *) oh; struct status_category *c; struct nicira_header *reply; struct status_reply sr;