summaryrefslogtreecommitdiffstats
path: root/tinySIGCOMP/src/tcomp_reqfeed.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinySIGCOMP/src/tcomp_reqfeed.h')
-rwxr-xr-xtinySIGCOMP/src/tcomp_reqfeed.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/tinySIGCOMP/src/tcomp_reqfeed.h b/tinySIGCOMP/src/tcomp_reqfeed.h
index a3f9089..6821f85 100755
--- a/tinySIGCOMP/src/tcomp_reqfeed.h
+++ b/tinySIGCOMP/src/tcomp_reqfeed.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.
*
@@ -49,18 +49,17 @@ TCOMP_BEGIN_DECLS
/** SigComp Requested feedback item as per RFC 3320 subclause 9.4.9.
*/
-typedef struct tcomp_reqfeed_s
-{
- TSK_DECLARE_OBJECT;
+typedef struct tcomp_reqfeed_s {
+ TSK_DECLARE_OBJECT;
- unsigned Q:1; /**< The Q-bit indicates whether a requested feedback item is present or not.*/
- unsigned S:1; /**< The compressor sets the S-bit to 1 if it does not wish (or no longer
+ unsigned Q:1; /**< The Q-bit indicates whether a requested feedback item is present or not.*/
+ unsigned S:1; /**< The compressor sets the S-bit to 1 if it does not wish (or no longer
wishes) to save state information at the receiving endpoint and also
does not wish to access state information that it has previously saved.*/
- unsigned I:1; /**< Similarly the compressor sets the I-bit to 1 if it does not wish (or
+ unsigned I:1; /**< Similarly the compressor sets the I-bit to 1 if it does not wish (or
no longer wishes) to access any of the locally available state items
offered by the receiving endpoint.*/
- tcomp_buffer_handle_t *item; /**< The requested item feedback data */
+ tcomp_buffer_handle_t *item; /**< The requested item feedback data */
}
tcomp_reqfeed_t;
OpenPOWER on IntegriCloud