]> the.earth.li Git - onak.git/blobdiff - keyd.h
Add ability to drop overly large packets
[onak.git] / keyd.h
diff --git a/keyd.h b/keyd.h
index b33cab90984685663afe4975f8cbfb6029fc3ae5..1ea601c82777af9de57ecc039578f0e8b4e1b5b3 100644 (file)
--- a/keyd.h
+++ b/keyd.h
@@ -14,8 +14,7 @@
  * more details.
  *
  * You should have received a copy of the GNU General Public License along with
-  * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ * this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 #ifndef __KEYD_H__
@@ -45,6 +44,7 @@ enum keyd_ops {
        KEYD_CMD_STATS,
        KEYD_CMD_GET_SKSHASH,
        KEYD_CMD_GET_FP,
+       KEYD_CMD_UPDATE,
        KEYD_CMD_LAST                   /* Placeholder */
 };
 
@@ -59,7 +59,7 @@ enum keyd_reply {
 /**
  * @brief Version of the keyd protocol currently supported
  */
-static const uint32_t keyd_version = 4;
+static const uint32_t keyd_version = 5;
 
 /**
  * @brief Response structure for the @a KEYD_CMD_STATS response