diff options
| author | David Barksdale <amatus.amongus@gmail.com> | 2013-07-22 08:26:16 -0500 |
|---|---|---|
| committer | David Barksdale <amatus.amongus@gmail.com> | 2013-07-22 08:26:16 -0500 |
| commit | 7450bd0b6c6c05ee6425e2c63e9b79beb94bfbfa (patch) | |
| tree | dfde89b41437def7ce23af24db53a11a9b5f1075 /src/include/block_fs.h | |
| parent | 740b30688bd745a527f96f9116c19acb3480971a (diff) | |
Imported Upstream version 0.9.5aupstream
Diffstat (limited to 'src/include/block_fs.h')
| -rw-r--r-- | src/include/block_fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/block_fs.h b/src/include/block_fs.h index aae741e..0b77adc 100644 --- a/src/include/block_fs.h +++ b/src/include/block_fs.h @@ -78,7 +78,7 @@ struct SBlock * used as the key for decryption; the xor of this identifier * and the hash of the "keyspace" is the datastore-query hash). */ - GNUNET_HashCode identifier; + struct GNUNET_HashCode identifier; /** * Public key of the namespace. @@ -153,7 +153,7 @@ struct OnDemandBlock * file that was indexed (used to uniquely * identify the plaintext file). */ - GNUNET_HashCode file_id; + struct GNUNET_HashCode file_id; /** * At which offset should we be able to find |
