From: Marcus A. S. <mar...@us...> - 2001-02-28 19:29:58
|
The following file was modified in apps/bluetooth/userstack: Name Old version New version Comment ---- ----------- ----------- ------- unplug_test.c 1.13 1.14=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Fixed some compile errors. The diff of the modified file(s): --- unplug_test.c 2001/02/27 15:33:54 1.13 +++ unplug_test.c 2001/02/28 19:31:10 1.14 @@ -484,8 +484,7 @@ { flow qos; init_flow(&qos); - qos.type =3D 0x3; - qos.len =3D 0x16; + qos.bucket_size =3D 0x16; qos.flags =3D 0; qos.service =3D 0x2; =20 |