* Added a soon to be used index field.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38390 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-08-27 10:48:59 +00:00
parent 00400fd683
commit 62d3dbd618
+1
View File
@@ -29,6 +29,7 @@ typedef struct net_buffer {
} fragment;
uint32 sequence;
uint32 offset;
uint32 index;
int32 type;
};
uint32 flags;