From: Peizhao Ou Date: Tue, 25 Mar 2014 16:46:41 +0000 (-0700) Subject: mpmc-queue.cc init size fixed X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=commitdiff_plain;h=73a31abb4faba352ce29cac9cda918bfa9159ab7 mpmc-queue.cc init size fixed --- diff --git a/benchmark/mpmc-queue/mpmc-queue.cc b/benchmark/mpmc-queue/mpmc-queue.cc index ca063e9..3a19045 100644 --- a/benchmark/mpmc-queue/mpmc-queue.cc +++ b/benchmark/mpmc-queue/mpmc-queue.cc @@ -108,7 +108,7 @@ void process_params(int argc, char **argv) int user_main(int argc, char **argv) { - struct mpmc_boundq_1_alt queue; + struct mpmc_boundq_1_alt queue; thrd_t A[MAXWRITERS], B[MAXREADERS], C[MAXRDWR]; /* Note: optarg() / optind is broken in model-checker - workaround is