summaryrefslogtreecommitdiffstats
path: root/tinySIP/include/tinysip/transactions/tsip_transac_nict.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinySIP/include/tinysip/transactions/tsip_transac_nict.h')
-rwxr-xr-xtinySIP/include/tinysip/transactions/tsip_transac_nict.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/tinySIP/include/tinysip/transactions/tsip_transac_nict.h b/tinySIP/include/tinysip/transactions/tsip_transac_nict.h
index 4052bd0..2734393 100755
--- a/tinySIP/include/tinysip/transactions/tsip_transac_nict.h
+++ b/tinySIP/include/tinysip/transactions/tsip_transac_nict.h
@@ -2,19 +2,19 @@
* Copyright (C) 2010-2011 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
-*
+*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
-*
+*
* DOUBANGO 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 DOUBANGO.
*
@@ -39,14 +39,13 @@ TSIP_BEGIN_DECLS
#define TSIP_TRANSAC_NICT(self) ((tsip_transac_nict_t*)(self))
-typedef struct tsip_transac_nict
-{
- TSIP_DECLARE_TRANSAC;
+typedef struct tsip_transac_nict {
+ TSIP_DECLARE_TRANSAC;
- tsip_request_t* request;
- tsip_timer_t timerE;
- tsip_timer_t timerF;
- tsip_timer_t timerK;
+ tsip_request_t* request;
+ tsip_timer_t timerE;
+ tsip_timer_t timerF;
+ tsip_timer_t timerK;
}
tsip_transac_nict_t;
OpenPOWER on IntegriCloud