zero
authorChristian Grothoff <christian@grothoff.org>
Sun, 27 Mar 2011 14:39:47 +0000 (14:39 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 27 Mar 2011 14:39:47 +0000 (14:39 +0000)
src/fs/gnunet-service-fs_cp.c

index eec4adeea805f6b23946702b8ef24c5e78c2cde4..0452b733293d245a67fcac2081d3d3ff7ea4e446 100644 (file)
@@ -1511,6 +1511,7 @@ create_migration_stop_message (void *cls,
   GNUNET_assert (size >= sizeof (struct MigrationStopMessage));
   msm.header.size = htons (sizeof (struct MigrationStopMessage));
   msm.header.type = htons (GNUNET_MESSAGE_TYPE_FS_MIGRATION_STOP);
+  msm.reserved = htonl (0);
   msm.duration = GNUNET_TIME_relative_hton (GNUNET_TIME_absolute_get_remaining (cp->last_migration_block));
   memcpy (buf, &msm, sizeof (struct MigrationStopMessage));
   return sizeof (struct MigrationStopMessage);