Fix library installation path in 64-bit environment
[platform/core/connectivity/stc-manager.git] / include / stc-restriction.h
1 /*
2  * Copyright (c) 2016 Samsung Electronics Co., Ltd.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16
17 #ifndef __STC_RESTRICTION_H__
18 #define __STC_RESTRICTION_H__
19
20 #include "stc.h"
21 #include "stc-transmission.h"
22
23 typedef struct {
24         stc_app_state_e rs_type;
25         stc_iface_type_e iftype;
26         long long int send_limit;
27         long long int rcv_limit;
28         long long int snd_warning_limit;
29         long long int rcv_warning_limit;
30         stc_roaming_type_e roaming;
31         char *ifname;
32         char *subscriber_id;
33 } stc_restriction_s;
34
35 #endif /* __STC_RESTRICTION_H__ */