X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fcredentials.h;h=b1576a75795a5bd924f13fd7003e224808b7591b;hp=11aeba9c7cbe7e0de2a93a6f998e96675cf95f61;hb=HEAD;hpb=18710679a8ac57fda5dbd26cf16bb180dce9e286 diff --git a/src/common/credentials.h b/src/common/credentials.h deleted file mode 100644 index 11aeba9c7..000000000 --- a/src/common/credentials.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright (C) 2019 - Jérémie Galarneau - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License, version 2 only, - * as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, but WITHOUT - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for - * more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef LTTNG_CREDENTIALS_H -#define LTTNG_CREDENTIALS_H - -#include - -struct lttng_credentials { - uid_t uid; - gid_t gid; -}; - -#endif /* LTTNG_CREDENTIALS_H */