-fix build system issues
[oweals/gnunet.git] / src / conversation / conversation.h
index 91afbbce4e0808c49e3178a4cfd830a7820bf067..bc78400f1e83a323cd13d4ae91dd2dc0ac4f4851 100644 (file)
@@ -352,7 +352,12 @@ struct MeshAudioMessage
   /**
    * Target line on the receiving end.
    */
-  uint32_t remote_line;
+  uint32_t remote_line GNUNET_PACKED;
+
+  /**
+   * The source line sending this data
+   */
+  uint32_t source_line GNUNET_PACKED;
 
   /* followed by audio data */