photon
1.1
|
#include <stdlib.h>
#include <string.h>
#include <stddef.h>
#include "photon_rdma_INFO_ledger.h"
#include "photon_exchange.h"
#include "photon_event.h"
#include "logging.h"
Go to the source code of this file.
Functions | |
photonRILedger | photon_ri_ledger_create_reuse (photonRILedgerEntry ledger_buffer, int ledger_size, int prefix) |
void | photon_ri_ledger_free (photonRILedger ledger) |
int | photon_ri_ledger_get_next (int proc, photonRILedger l) |
photonRILedger photon_ri_ledger_create_reuse | ( | photonRILedgerEntry | ledger_buffer, |
int | ledger_size, | ||
int | prefix | ||
) |
Definition at line 25 of file photon_rdma_INFO_ledger.c.
void photon_ri_ledger_free | ( | photonRILedger | ledger | ) |
Definition at line 50 of file photon_rdma_INFO_ledger.c.
int photon_ri_ledger_get_next | ( | int | proc, |
photonRILedger | l | ||
) |
Definition at line 54 of file photon_rdma_INFO_ledger.c.