media/mtransport/third_party/nrappkit/src/share/nr_api.h

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

     1 /**
     2    nr_pce.h
     5    Copyright (C) 2006, Network Resonance, Inc.
     6    All Rights Reserved
     8    Redistribution and use in source and binary forms, with or without
     9    modification, are permitted provided that the following conditions
    10    are met:
    12    1. Redistributions of source code must retain the above copyright
    13       notice, this list of conditions and the following disclaimer.
    14    2. Redistributions in binary form must reproduce the above copyright
    15       notice, this list of conditions and the following disclaimer in the
    16       documentation and/or other materials provided with the distribution.
    17    3. Neither the name of Network Resonance, Inc. nor the name of any
    18       contributors to this software may be used to endorse or promote
    19       products derived from this software without specific prior written
    20       permission.
    22    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS IS''
    23    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    24    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    25    ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    26    LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    27    CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    28    SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    29    INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    30    CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    31    ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    32    POSSIBILITY OF SUCH DAMAGE.
    35    ekr@networkresonance.com  Wed Jul 19 13:18:39 2006
    36  */
    39 #ifndef _nr_pce_h
    40 #define _nr_pce_h
    42 #include <sys/queue.h>
    43 #include <csi_platform.h>
    44 #include <r_common.h>
    45 #include <r_log.h>
    46 #include <nrstats.h>
    47 #include <nr_plugin.h>
    48 #include <async_wait.h>
    50 #endif

mercurial