Deleted Added
full compact
sctp_dtrace_declare.h (228653) sctp_dtrace_declare.h (235828)
1/*-
1/*-
2 * Copyright (c) 2008-2011, by Randall Stewart. All rights reserved.
3 * Copyright (c) 2008-2011, by Michael Tuexen. All rights reserved.
2 * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
3 * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * a) Redistributions of source code must retain the above copyright notice,
9 * this list of conditions and the following disclaimer.
10 *
11 * b) Redistributions in binary form must reproduce the above copyright

--- 11 unchanged lines hidden (view full) ---

23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 * THE POSSIBILITY OF SUCH DAMAGE.
30 */
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are met:
7 *
8 * a) Redistributions of source code must retain the above copyright notice,
9 * this list of conditions and the following disclaimer.
10 *
11 * b) Redistributions in binary form must reproduce the above copyright

--- 11 unchanged lines hidden (view full) ---

23 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29 * THE POSSIBILITY OF SUCH DAMAGE.
30 */
31
31#include <sys/cdefs.h>
32#include <sys/cdefs.h>
32__FBSDID("$FreeBSD: head/sys/netinet/sctp_dtrace_declare.h 228653 2011-12-17 19:21:40Z tuexen $");
33#ifndef __sctp_dtrace_declare_h__
33__FBSDID("$FreeBSD: head/sys/netinet/sctp_dtrace_declare.h 235828 2012-05-23 11:26:28Z tuexen $");
34
35#ifndef _NETINET_SCTP_DTRACE_DECLARE_H_
36#define _NETINET_SCTP_DTRACE_DECLARE_H_
37
34#include "opt_kdtrace.h"
35#include <sys/kernel.h>
36#include <sys/sdt.h>
37
38/* Declare the SCTP provider */
39SDT_PROVIDER_DECLARE(sctp);
40
41/* The probes we have so far: */

--- 35 unchanged lines hidden ---
38#include "opt_kdtrace.h"
39#include <sys/kernel.h>
40#include <sys/sdt.h>
41
42/* Declare the SCTP provider */
43SDT_PROVIDER_DECLARE(sctp);
44
45/* The probes we have so far: */

--- 35 unchanged lines hidden ---