Skip to content

Commit

Permalink
fixup! gcoap/fileserver: add event callbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
benpicco committed Oct 18, 2022
1 parent 75ccf8c commit b2c53a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sys/include/net/gcoap/fileserver.h
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ typedef enum {
GCOAP_FILESERVER_GET_END, /**< file download finished */
GCOAP_FILESERVER_PUT_START, /**< file upload started */
GCOAP_FILESERVER_PUT_END, /**< file upload finished */
GCOAP_FILESERVER_DELETE, /**< file deletion requested */
GCOAP_FILESERVER_DELETE, /**< file deletion requested
(called before file is deleted) */
} gcoap_fileserver_event_t;

/**
Expand Down

0 comments on commit b2c53a9

Please sign in to comment.