Update source headers for 2008. Omit CVS ID keyword subst.
[yaz-moved-to-github.git] / zoom / zoom-benchmark.c
index 03e7c2b..589c7df 100644 (file)
@@ -1,7 +1,6 @@
-/*
- * $Id: zoom-benchmark.c,v 1.19 2007-05-06 20:12:21 adam Exp $
- *
- * Asynchronous multi-target client doing search and piggyback retrieval
+/* This file is part of the YAZ toolkit.
+ * Copyright (C) 1995-2008 Index Data
+ * See the file LICENSE for details.
  */
 
 #include <stdio.h>
@@ -303,7 +302,7 @@ int main(int argc, char **argv)
     z = (ZOOM_connection *) xmalloc(sizeof(*z) * parameters.concurrent);
     r = (ZOOM_resultset *) xmalloc(sizeof(*r) * parameters.concurrent);
     elc = (int *) xmalloc(sizeof(*elc) * parameters.concurrent * parameters.repeat);
-    els = (event_line_t *) xmalloc(
+    els = (struct event_line_t *) xmalloc(
         sizeof(*els) * parameters.concurrent * parameters.repeat * 10);
     o = ZOOM_options_create();