diff options
author | Christian Grothoff <christian@grothoff.org> | 2014-12-07 21:53:44 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2014-12-07 21:53:44 +0000 |
commit | 67eeadf357c24abec2dd790a54be74b7db71560d (patch) | |
tree | 01046bd16d390d420597797471adfb614c5073ea /src/scalarproduct/scalarproduct.h | |
parent | a46808363beba27ad2c7e52246ef1ec694f8bf3a (diff) |
-sending session ID back over same CADET channel is redundant
Diffstat (limited to 'src/scalarproduct/scalarproduct.h')
-rw-r--r-- | src/scalarproduct/scalarproduct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scalarproduct/scalarproduct.h b/src/scalarproduct/scalarproduct.h index bcd2d68212..a59f7641d0 100644 --- a/src/scalarproduct/scalarproduct.h +++ b/src/scalarproduct/scalarproduct.h @@ -119,7 +119,7 @@ struct BobComputationMessage /** * multipart messages following `struct ComputationMessage` */ -struct ComputationMultipartMessage +struct ComputationBobCryptodataMultipartMessage { /** * GNUNET message header |