]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Skinny: tiny change (comment)
authorMathieu Parent <math.parent@gmail.com>
Sun, 9 May 2010 21:24:06 +0000 (23:24 +0200)
committerMathieu Parent <math.parent@gmail.com>
Mon, 10 May 2010 16:19:57 +0000 (18:19 +0200)
src/mod/endpoints/mod_skinny/skinny_protocol.h

index aeaa42f09e144f6649cb65ad1f66d308fecbe1db..1f10c66be3f59e4d400faae22fa0528fda8a026c 100644 (file)
@@ -571,10 +571,11 @@ union skinny_data {
 /*
  * header is length+reserved
  * body is type+data
+ * length is length of body
  */
 struct skinny_message {
     uint32_t length;
-    uint32_t reserved;
+    uint32_t version;
     uint32_t type;
     union skinny_data data;
 };