Added UDP network support.
[runtime.git] / lib / silcutil / silcsocketstream_i.h
index 7a4998ccfbcf8488224b5c9e4ba592e1d6e60328..46c5ef2921ab8ed2c8db94515e5ce51ebbb7f601 100644 (file)
@@ -4,7 +4,7 @@
 
   Author: Pekka Riikonen <priikone@silcnet.org>
 
-  Copyright (C) 2005 Pekka Riikonen
+  Copyright (C) 2005 - 2006 Pekka Riikonen
 
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -52,6 +52,7 @@ struct SilcSocketStreamStruct {
   SilcSocketQos qos;
   SilcStreamNotifier notifier;
   void *notifier_context;
+  unsigned int ipv6      : 1;
 };
 
 #endif /* SILCSOCKETSTREAM_I_H */