added test_stream_big to make check tests
[oweals/gnunet.git] / src / stream / test_stream_2peers_halfclose.c
index f001dddc62934a52f52eaf829bf08ece7be8156e..7997c20e34b2829690df40d3143fdcb3ae5834dd 100644 (file)
@@ -708,7 +708,8 @@ peergroup_ready (void *cls, const char *emsg)
                                      &d2->id,         /* Null for local peer? */
                                      10,           /* App port */
                                      &stream_open_cb,
-                                     &peer1);
+                                     &peer1,
+                                    GNUNET_STREAM_OPTION_END);
   GNUNET_assert (NULL != peer1.socket);
 }