implicit_flush.c (f1e547c74563d59f60d918c6fa673bb8cee6e669) | implicit_flush.c (68a24c9ea5ce11c87fab22a3f4648c7d88c98fee) |
---|---|
1// SPDX-License-Identifier: Apache-2.0 2// Copyright (C) 2018 IBM Corp. 3 4#include <assert.h> 5#include <sys/mman.h> 6 7#include "mboxd.h" 8#include "mtd/backend.h" --- 134 unchanged lines hidden (view full) --- 143 144 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); 145 146 flush_on_close(ctx); 147 148 flush_on_create(ctx); 149 150 return 0; | 1// SPDX-License-Identifier: Apache-2.0 2// Copyright (C) 2018 IBM Corp. 3 4#include <assert.h> 5#include <sys/mman.h> 6 7#include "mboxd.h" 8#include "mtd/backend.h" --- 134 unchanged lines hidden (view full) --- 143 144 ctx = mbox_create_test_context(N_WINDOWS, WINDOW_SIZE); 145 146 flush_on_close(ctx); 147 148 flush_on_create(ctx); 149 150 return 0; |
151}; | 151} |