X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_usr%2Fv3_user_keyed_stream_example.c;h=9a2b0f3546e490899310a409975c3699b5f420f7;hb=471edd59ca70371e97cbad759e1710433f35990d;hp=6068b0cf31863859571775face61a8f9b4d55a75;hpb=840ee2db0091766efea20481af7c3ac6f3a77e93;p=palacios.git diff --git a/linux_usr/v3_user_keyed_stream_example.c b/linux_usr/v3_user_keyed_stream_example.c index 6068b0c..9a2b0f3 100644 --- a/linux_usr/v3_user_keyed_stream_example.c +++ b/linux_usr/v3_user_keyed_stream_example.c @@ -19,7 +19,7 @@ void usage() int do_work(struct palacios_user_keyed_stream_op *req, struct palacios_user_keyed_stream_op **resp) { - uint64_t datasize; + uint64_t datasize=0; // // @@ -89,7 +89,7 @@ int main(int argc, char *argv[]) // if (strncmp(url,"user:",5)) { - fprintf(stderr, "URL %s is not a user: url\n"); + fprintf(stderr, "URL %s is not a user: url\n",url); exit(-1); }