X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Fshare.h;h=28a4a056c72728df6dd8ce262af3d283f8269224;hb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;hp=4abd7b15f8c1678cbeeb97823731ad9728706270;hpb=9501d22f55b3a23f382f631c99b2325d1419b5da;p=lttng-ust.git diff --git a/include/share.h b/include/share.h index 4abd7b15..28a4a056 100644 --- a/include/share.h +++ b/include/share.h @@ -1,23 +1,22 @@ -#ifndef _LTTNG_SHARE_H -#define _LTTNG_SHARE_H - /* - * Copyright (c) 2011 - Mathieu Desnoyers - * - * Permission is hereby granted, free of charge, to any person obtaining a copy - * of this software and associated documentation files (the "Software"), to deal - * in the Software without restriction, including without limitation the rights - * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - * copies of the Software, and to permit persons to whom the Software is - * furnished to do so, subject to the following conditions: + * SPDX-License-Identifier: MIT * - * The above copyright notice and this permission notice shall be included in - * all copies or substantial portions of the Software. + * Copyright (C) 2011 Mathieu Desnoyers */ +#ifndef _LTTNG_SHARE_H +#define _LTTNG_SHARE_H + #include +#include + +#include "helper.h" +/* Should be hidden but would break the ABI */ ssize_t patient_write(int fd, const void *buf, size_t count); +LTTNG_HIDDEN +ssize_t patient_writev(int fd, struct iovec *iov, int iovcnt); +/* Should be hidden but would break the ABI */ ssize_t patient_send(int fd, const void *buf, size_t count, int flags); #endif /* _LTTNG_SHARE_H */