From commits-return-23675-archive-asf-public=cust-asf.ponee.io@mesos.apache.org Sat Jul 21 00:02:25 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id B1F05180663 for ; Sat, 21 Jul 2018 00:02:24 +0200 (CEST) Received: (qmail 15868 invoked by uid 500); 20 Jul 2018 22:02:23 -0000 Mailing-List: contact commits-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list commits@mesos.apache.org Received: (qmail 15859 invoked by uid 99); 20 Jul 2018 22:02:23 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jul 2018 22:02:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B4782DFC43; Fri, 20 Jul 2018 22:02:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: git-site-role@apache.org To: commits@mesos.apache.org Date: Fri, 20 Jul 2018 22:02:23 -0000 Message-Id: <118e6843660447f1a072d613dbb38c21@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] mesos-site git commit: Updated the website built from mesos SHA: 90301b5. Repository: mesos-site Updated Branches: refs/heads/asf-site a24d8038f -> 78cd94b99 http://git-wip-us.apache.org/repos/asf/mesos-site/blob/78cd94b9/content/api/latest/c++/src_2slave_2containerizer_2mesos_2constants_8hpp_source.html ---------------------------------------------------------------------- diff --git a/content/api/latest/c++/src_2slave_2containerizer_2mesos_2constants_8hpp_source.html b/content/api/latest/c++/src_2slave_2containerizer_2mesos_2constants_8hpp_source.html index a24938e..206e109 100644 --- a/content/api/latest/c++/src_2slave_2containerizer_2mesos_2constants_8hpp_source.html +++ b/content/api/latest/c++/src_2slave_2containerizer_2mesos_2constants_8hpp_source.html @@ -52,9 +52,10 @@
constants.hpp
-Go to the documentation of this file.
1 // Licensed to the Apache Software Foundation (ASF) under one
2 // or more contributor license agreements. See the NOTICE file
3 // distributed with this work for additional information
4 // regarding copyright ownership. The ASF licenses this file
5 // to you under the Apache License, Version 2.0 (the
6 // "License"); you may not use this file except in compliance
7 // with the License. You may obtain a copy of the License at
8 //
9 // http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 0;// distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 
17 #ifndef __MESOS_CONTAINERIZER_CONSTANTS_HPP__
18 #define __MES OS_CONTAINERIZER_CONSTANTS_HPP__
19 
20 namespace mesos {
21 namespace internal {
22 namespace slave {
23 
24 #ifndef __WINDOWS__
25 constexpr char MESOS_CONTAINERIZER[] = "mesos-containerizer";
26 #else
27 constexpr char MESOS_CONTAINERIZER[] = "mesos-containerizer.exe";
28 #endif // __WINDOWS__
29 
30 } // namespace slave {
< a name="l00031"> 31 } // namespace internal {
32 } // namespace mesos {
33 
34 #endif // __MESOS_CONTAINERIZER_CONSTANTS_HPP__
Definition: spec.hpp:30
+Go to the documentation of this file.
1 // Licensed to the Apache Software Foundation (ASF) under one
2 // or more contributor license agreements. See the NOTICE file
3 // distributed with this work for additional information
4 // regarding copyright ownership. The ASF licenses this file
5 // to you under the Apache License, Version 2.0 (the
6 // "License"); you may not use this file except in compliance
7 // with the License. You may obtain a copy of the License at
8 //
9 // http://www.apache.org/licenses/LICENSE-2.0
10 //
11 // Unless required by applicable law or agreed to in writing, software
12 0;// distributed under the License is distributed on an "AS IS" BASIS,
13 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 // See the License for the specific language governing permissions and
15 // limitations under the License.
16 
17 #ifndef __MESOS_CONTAINERIZER_CONSTANTS_HPP__
18 #define __MES OS_CONTAINERIZER_CONSTANTS_HPP__
19 
20 namespace mesos {
21 namespace internal {
22 namespace slave {
23 
24 #ifndef __WINDOWS__
25 constexpr char MESOS_CONTAINERIZER[] = "mesos-containerizer";
26 #else
27 constexpr char MESOS_CONTAINERIZER[] = "mesos-containerizer.exe";
28 #endif // __WINDOWS__
29 
30 constexpr char CGROUP_SEPARATOR[] = "mesos";
31 
32 } // namespace slave {
33 } // namespace internal {
34 } // namespace mesos {
35 
36 #endif // __MESOS_CONTAINERIZER_CONSTANTS_HPP__
Definition: spec.hpp:30
constexpr char MESOS_CONTAINERIZER[]
Definition: constants.hpp:25
Definition: attributes.hpp:24
+
constexpr char CGROUP_SEPARATOR[]
Definition: constants.hpp:30