/* $Source: runtime/gasnet/gm-conduit/firehose_fwd.h $ * $Date: Wed, 01 Sep 2004 17:05:50 -0700 $ * $Revision: 1.1.1.1 $ * Description: * Copyright 2004, Christian Bell * Terms of use are as specified in license.txt */ #include #include /* GASNet/GM uses firehose-page without any callback requirements */ #define FIREHOSE_PAGE typedef struct _firehose_remotecallback_args_t { uintptr_t local_addr; uintptr_t remote_addr; size_t nbytes; } firehose_remotecallback_args_t;