~james-page/ubuntu/saucy/openvswitch/1.12-snapshot

« back to all changes in this revision

Viewing changes to lib/stream.h

  • Committer: James Page
  • Date: 2013-08-21 10:16:57 UTC
  • mfrom: (1.1.20)
  • Revision ID: james.page@canonical.com-20130821101657-3o0z0qeiv5zkwlzi
New upstream snapshot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2009, 2010, 2011 Nicira, Inc.
 
2
 * Copyright (c) 2009, 2010, 2011, 2013 Nicira, Inc.
3
3
 *
4
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
5
 * you may not use this file except in compliance with the License.
66
66
int pstream_accept_block(struct pstream *, struct stream **);
67
67
void pstream_wait(struct pstream *);
68
68
int pstream_set_dscp(struct pstream *, uint8_t dscp);
 
69
 
 
70
ovs_be16 pstream_get_bound_port(const struct pstream *);
69
71
 
70
72
/* Convenience functions. */
71
73