X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ofproto%2Fpinsched.h;h=061cb01a090eba2dd002e1e60d511348fd825f75;hb=a7752d4ab7a6e7e9aaf83678b57790fc1c56ac83;hp=642ca30f922bdbbe386bde4a172bd6a506e3d120;hpb=9b45d7f5db91cdb41eb0a2124d92885d3b3edcc9;p=openvswitch diff --git a/ofproto/pinsched.h b/ofproto/pinsched.h index 642ca30f..061cb01a 100644 --- a/ofproto/pinsched.h +++ b/ofproto/pinsched.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2009, 2010, 2011 Nicira Networks. + * Copyright (c) 2008, 2009, 2010, 2011, 2012 Nicira, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -32,4 +32,6 @@ void pinsched_send(struct pinsched *, uint16_t port_no, struct ofpbuf *, void pinsched_run(struct pinsched *, pinsched_tx_cb *, void *aux); void pinsched_wait(struct pinsched *); +unsigned int pinsched_count_txqlen(const struct pinsched *); + #endif /* pinsched.h */