summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/sfp.idl
diff options
context:
space:
mode:
authornaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 00:50:07 +0000
committernaga <naga@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-21 00:50:07 +0000
commit3e2da2eff998989f3e007a09bf26426e739936b0 (patch)
tree4cc9e55d7602cc0ff5e20c1f0ff4a5d3a56a76e9 /TAO/orbsvcs/orbsvcs/sfp.idl
parentcbc24ab39cf77ec0dbbf1f627b8c1c22c1b8b7fc (diff)
downloadATCD-3e2da2eff998989f3e007a09bf26426e739936b0.tar.gz
Removed the AVStreams_i_T and CosPropertyService_i_T from the Makefile.
Updated the AVStreams.idl with the latest spec changes.
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/sfp.idl')
-rw-r--r--TAO/orbsvcs/orbsvcs/sfp.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/sfp.idl b/TAO/orbsvcs/orbsvcs/sfp.idl
index 13164e1a25b..9a378719a9b 100644
--- a/TAO/orbsvcs/orbsvcs/sfp.idl
+++ b/TAO/orbsvcs/orbsvcs/sfp.idl
@@ -47,9 +47,9 @@ module flowProtocol
char magic_number[4];
// 'F', 'R', 'A', 'G'
octet flags;
- // bit 1 = more fragments
+ // bit 1 = more fragments, %%bit 0 = byteorder
unsigned long frag_number;
- // 0,..,n
+ // 1,..,n
unsigned long sequence_num;
unsigned long frag_sz;
unsigned long source_id;