X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=include%2Fsystat.h;h=2e4f634c08db85ffe79d04b2421bbfa30cbb5c00;hb=3ff5c433efcaee8b01fbeed90ab848008f2e6278;hp=70ebb7b41f8b72d0f071d1d8605e2e0c048c77ba;hpb=07495effe193ca3f73c3bf0ce417068f9ac9dcdd;p=com%2Fgs-lite.git diff --git a/include/systat.h b/include/systat.h index 70ebb7b..2e4f634 100644 --- a/include/systat.h +++ b/include/systat.h @@ -1,25 +1,25 @@ -/* ------------------------------------------------ -Copyright 2014 AT&T Intellectual Property - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - ------------------------------------------- */ - -#ifndef SYSTAT_H -#define SYSTAT_H - -struct systemstat { - gs_int32_t process_priority_level; - gs_int32_t resource_priority_level; - /* ... */ -}; - -#endif +/* ------------------------------------------------ +Copyright 2014 AT&T Intellectual Property + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ------------------------------------------- */ + +#ifndef SYSTAT_H +#define SYSTAT_H + +struct systemstat { + gs_int32_t process_priority_level; + gs_int32_t resource_priority_level; + /* ... */ +}; + +#endif