gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r32688 - gnunet-ext/src/ext


From: gnunet
Subject: [GNUnet-SVN] r32688 - gnunet-ext/src/ext
Date: Tue, 18 Mar 2014 09:45:57 +0100

Author: wachs
Date: 2014-03-18 09:45:57 +0100 (Tue, 18 Mar 2014)
New Revision: 32688

Added:
   gnunet-ext/src/ext/ext.h
Log:
adding missing client API interface


Added: gnunet-ext/src/ext/ext.h
===================================================================
--- gnunet-ext/src/ext/ext.h                            (rev 0)
+++ gnunet-ext/src/ext/ext.h    2014-03-18 08:45:57 UTC (rev 32688)
@@ -0,0 +1,44 @@
+/*
+      This file is part of GNUnet
+      (C) 2012-2013 Christian Grothoff (and other contributing authors)
+
+      GNUnet is free software; you can redistribute it and/or modify
+      it under the terms of the GNU General Public License as published
+      by the Free Software Foundation; either version 3, or (at your
+      option) any later version.
+
+      GNUnet is distributed in the hope that it will be useful, but
+      WITHOUT ANY WARRANTY; without even the implied warranty of
+      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+      General Public License for more details.
+
+      You should have received a copy of the GNU General Public License
+      along with GNUnet; see the file COPYING.  If not, write to the
+      Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+      Boston, MA 02111-1307, USA.
+ */
+/**
+ * @file ext/ext.h
+ * @brief example IPC messages between EXT API and GNS service
+ * @author Matthias Wachs
+ */
+
+#include "gnunet_ext_service.h"
+
+
+GNUNET_NETWORK_STRUCT_BEGIN
+
+/**
+ * Message from client to GNS service to lookup records.
+ */
+struct GNUNET_EXT_ExampleMessage
+{
+  /**
+   * Header including size and type in NBO
+   */
+  struct GNUNET_MessageHeader header;
+
+  /* Add more fields here ... */
+};
+
+GNUNET_NETWORK_STRUCT_END




reply via email to

[Prev in Thread] Current Thread [Next in Thread]