Changeset 1786 for trunk/src/common/sendpacket.c
- Timestamp:
- 04/02/07 09:44:50 (22 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/sendpacket.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/sendpacket.c
r1781 r1786 261 261 262 262 sendpacket_t * 263 sendpacket_open(const char *device, char *errbuf )263 sendpacket_open(const char *device, char *errbuf, tcpr_dir_t direction) 264 264 { 265 265 sendpacket_t *sp; … … 279 279 if (sp != NULL) 280 280 sp->open = 1; 281 sp->cache_dir = direction; 281 282 return sp; 282 283 }
