aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2021-02-21 10:53:34 +0100
committerMartin Schanzenbach <mschanzenbach@posteo.de>2021-02-21 10:53:34 +0100
commita3971a93c2ca633389ebf04b003cb49854ae6e0c (patch)
treed20e1db126a1aaaf4889645ca6265ee02e2aa46c /src/include
parent8095b1a1bc73d084d2e0e34a529ea52e17fd7355 (diff)
downloadgnunet-a3971a93c2ca633389ebf04b003cb49854ae6e0c.tar.gz
gnunet-a3971a93c2ca633389ebf04b003cb49854ae6e0c.zip
Add struct names for FS events. #6743
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_fs_service.h48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/include/gnunet_fs_service.h b/src/include/gnunet_fs_service.h
index 5c0c42199..686035e2c 100644
--- a/src/include/gnunet_fs_service.h
+++ b/src/include/gnunet_fs_service.h
@@ -781,7 +781,7 @@ struct GNUNET_FS_ProgressInfo
781 /** 781 /**
782 * Values for all "GNUNET_FS_STATUS_PUBLISH_*" events. 782 * Values for all "GNUNET_FS_STATUS_PUBLISH_*" events.
783 */ 783 */
784 struct 784 struct GNUNET_FS_PublishStatusEvent
785 { 785 {
786 /** 786 /**
787 * Context for controlling the upload. 787 * Context for controlling the upload.
@@ -850,7 +850,7 @@ struct GNUNET_FS_ProgressInfo
850 * These values are only valid for 850 * These values are only valid for
851 * #GNUNET_FS_STATUS_PUBLISH_PROGRESS events. 851 * #GNUNET_FS_STATUS_PUBLISH_PROGRESS events.
852 */ 852 */
853 struct 853 struct GNUNET_FS_PublishProgressEvent
854 { 854 {
855 /** 855 /**
856 * Data block we just published. 856 * Data block we just published.
@@ -878,7 +878,7 @@ struct GNUNET_FS_ProgressInfo
878 * These values are only valid for 878 * These values are only valid for
879 * #GNUNET_FS_STATUS_PUBLISH_PROGRESS_DIRECTORY events. 879 * #GNUNET_FS_STATUS_PUBLISH_PROGRESS_DIRECTORY events.
880 */ 880 */
881 struct 881 struct GNUNET_FS_PublishProgressDirectoryEvent
882 { 882 {
883 /** 883 /**
884 * How far are we along in the overall directory? 884 * How far are we along in the overall directory?
@@ -903,7 +903,7 @@ struct GNUNET_FS_ProgressInfo
903 * These values are only valid for 903 * These values are only valid for
904 * #GNUNET_FS_STATUS_PUBLISH_RESUME events. 904 * #GNUNET_FS_STATUS_PUBLISH_RESUME events.
905 */ 905 */
906 struct 906 struct GNUNET_FS_PublishResumeEvent
907 { 907 {
908 /** 908 /**
909 * Error message, NULL if no error was encountered so far. 909 * Error message, NULL if no error was encountered so far.
@@ -925,7 +925,7 @@ struct GNUNET_FS_ProgressInfo
925 * These values are only valid for 925 * These values are only valid for
926 * #GNUNET_FS_STATUS_PUBLISH_COMPLETED events. 926 * #GNUNET_FS_STATUS_PUBLISH_COMPLETED events.
927 */ 927 */
928 struct 928 struct GNUNET_FS_PublishCompletedEvent
929 { 929 {
930 /** 930 /**
931 * CHK URI of the file. 931 * CHK URI of the file.
@@ -942,7 +942,7 @@ struct GNUNET_FS_ProgressInfo
942 * These values are only valid for 942 * These values are only valid for
943 * #GNUNET_FS_STATUS_PUBLISH_ERROR events. 943 * #GNUNET_FS_STATUS_PUBLISH_ERROR events.
944 */ 944 */
945 struct 945 struct GNUNET_FS_PublishErrorEvent
946 { 946 {
947 /** 947 /**
948 * Error message, never NULL. 948 * Error message, never NULL.
@@ -956,7 +956,7 @@ struct GNUNET_FS_ProgressInfo
956 /** 956 /**
957 * Values for all "GNUNET_FS_STATUS_DOWNLOAD_*" events. 957 * Values for all "GNUNET_FS_STATUS_DOWNLOAD_*" events.
958 */ 958 */
959 struct 959 struct GNUNET_FS_DownloadStatusEvent
960 { 960 {
961 /** 961 /**
962 * Context for controlling the download. 962 * Context for controlling the download.
@@ -1037,7 +1037,7 @@ struct GNUNET_FS_ProgressInfo
1037 * These values are only valid for 1037 * These values are only valid for
1038 * #GNUNET_FS_STATUS_DOWNLOAD_PROGRESS events. 1038 * #GNUNET_FS_STATUS_DOWNLOAD_PROGRESS events.
1039 */ 1039 */
1040 struct 1040 struct GNUNET_FS_DownloadProgressEvent
1041 { 1041 {
1042 /** 1042 /**
1043 * Data block we just obtained, can be NULL (even if 1043 * Data block we just obtained, can be NULL (even if
@@ -1090,7 +1090,7 @@ struct GNUNET_FS_ProgressInfo
1090 * These values are only valid for 1090 * These values are only valid for
1091 * #GNUNET_FS_STATUS_DOWNLOAD_START events. 1091 * #GNUNET_FS_STATUS_DOWNLOAD_START events.
1092 */ 1092 */
1093 struct 1093 struct GNUNET_FS_DownloadStartEvent
1094 { 1094 {
1095 /** 1095 /**
1096 * Known metadata for the download. 1096 * Known metadata for the download.
@@ -1102,7 +1102,7 @@ struct GNUNET_FS_ProgressInfo
1102 * These values are only valid for 1102 * These values are only valid for
1103 * #GNUNET_FS_STATUS_DOWNLOAD_RESUME events. 1103 * #GNUNET_FS_STATUS_DOWNLOAD_RESUME events.
1104 */ 1104 */
1105 struct 1105 struct GNUNET_FS_DownloadResumeEvent
1106 { 1106 {
1107 /** 1107 /**
1108 * Known metadata for the download. 1108 * Known metadata for the download.
@@ -1119,7 +1119,7 @@ struct GNUNET_FS_ProgressInfo
1119 * These values are only valid for 1119 * These values are only valid for
1120 * #GNUNET_FS_STATUS_DOWNLOAD_ERROR events. 1120 * #GNUNET_FS_STATUS_DOWNLOAD_ERROR events.
1121 */ 1121 */
1122 struct 1122 struct GNUNET_FS_DownloadErrorEvent
1123 { 1123 {
1124 /** 1124 /**
1125 * Error message. 1125 * Error message.
@@ -1132,7 +1132,7 @@ struct GNUNET_FS_ProgressInfo
1132 /** 1132 /**
1133 * Values for all "GNUNET_FS_STATUS_SEARCH_*" events. 1133 * Values for all "GNUNET_FS_STATUS_SEARCH_*" events.
1134 */ 1134 */
1135 struct 1135 struct GNUNET_FS_SearchStatusEvent
1136 { 1136 {
1137 /** 1137 /**
1138 * Context for controlling the search, NULL for 1138 * Context for controlling the search, NULL for
@@ -1187,7 +1187,7 @@ struct GNUNET_FS_ProgressInfo
1187 * These values are only valid for 1187 * These values are only valid for
1188 * #GNUNET_FS_STATUS_SEARCH_RESULT events. 1188 * #GNUNET_FS_STATUS_SEARCH_RESULT events.
1189 */ 1189 */
1190 struct 1190 struct GNUNET_FS_SearchResultEvent
1191 { 1191 {
1192 /** 1192 /**
1193 * Metadata for the search result. 1193 * Metadata for the search result.
@@ -1215,7 +1215,7 @@ struct GNUNET_FS_ProgressInfo
1215 * These values are only valid for 1215 * These values are only valid for
1216 * #GNUNET_FS_STATUS_SEARCH_RESUME_RESULT events. 1216 * #GNUNET_FS_STATUS_SEARCH_RESUME_RESULT events.
1217 */ 1217 */
1218 struct 1218 struct GNUNET_FS_SearchResumeResultEvent
1219 { 1219 {
1220 /** 1220 /**
1221 * Metadata for the search result. 1221 * Metadata for the search result.
@@ -1256,7 +1256,7 @@ struct GNUNET_FS_ProgressInfo
1256 * These values are only valid for 1256 * These values are only valid for
1257 * #GNUNET_FS_STATUS_SEARCH_UPDATE events. 1257 * #GNUNET_FS_STATUS_SEARCH_UPDATE events.
1258 */ 1258 */
1259 struct 1259 struct GNUNET_FS_SearchUpdateEvent
1260 { 1260 {
1261 /** 1261 /**
1262 * Private context set for for this result 1262 * Private context set for for this result
@@ -1308,7 +1308,7 @@ struct GNUNET_FS_ProgressInfo
1308 * happens primarily to give the client a chance 1308 * happens primarily to give the client a chance
1309 * to clean up the "cctx" (if needed). 1309 * to clean up the "cctx" (if needed).
1310 */ 1310 */
1311 struct 1311 struct GNUNET_FS_SearchSuspendResultEvent
1312 { 1312 {
1313 /** 1313 /**
1314 * Private context set for for this result 1314 * Private context set for for this result
@@ -1336,7 +1336,7 @@ struct GNUNET_FS_ProgressInfo
1336 * happens primarily to give the client a chance 1336 * happens primarily to give the client a chance
1337 * to clean up the "cctx" (if needed). 1337 * to clean up the "cctx" (if needed).
1338 */ 1338 */
1339 struct 1339 struct GNUNET_FS_SearchStoppedResultEvent
1340 { 1340 {
1341 /** 1341 /**
1342 * Private context set for for this result 1342 * Private context set for for this result
@@ -1359,7 +1359,7 @@ struct GNUNET_FS_ProgressInfo
1359 * These values are only valid for 1359 * These values are only valid for
1360 * #GNUNET_FS_STATUS_SEARCH_RESUME events. 1360 * #GNUNET_FS_STATUS_SEARCH_RESUME events.
1361 */ 1361 */
1362 struct 1362 struct GNUNET_GS_SearchResumeEvent
1363 { 1363 {
1364 /** 1364 /**
1365 * Error message, NULL if we have not encountered any error yet. 1365 * Error message, NULL if we have not encountered any error yet.
@@ -1376,7 +1376,7 @@ struct GNUNET_FS_ProgressInfo
1376 * These values are only valid for 1376 * These values are only valid for
1377 * #GNUNET_FS_STATUS_SEARCH_ERROR events. 1377 * #GNUNET_FS_STATUS_SEARCH_ERROR events.
1378 */ 1378 */
1379 struct 1379 struct GNUNET_FS_SearchErrorEvent
1380 { 1380 {
1381 /** 1381 /**
1382 * Error message. 1382 * Error message.
@@ -1387,7 +1387,7 @@ struct GNUNET_FS_ProgressInfo
1387 /** 1387 /**
1388 * Values for #GNUNET_FS_STATUS_SEARCH_RESULT_NAMESPACE events. 1388 * Values for #GNUNET_FS_STATUS_SEARCH_RESULT_NAMESPACE events.
1389 */ 1389 */
1390 struct 1390 struct GNUNET_GS_SearchResultNamespaceEvent
1391 { 1391 {
1392 /** 1392 /**
1393 * Short, human-readable name of the namespace. 1393 * Short, human-readable name of the namespace.
@@ -1415,7 +1415,7 @@ struct GNUNET_FS_ProgressInfo
1415 /** 1415 /**
1416 * Values for all "GNUNET_FS_STATUS_UNINDEX_*" events. 1416 * Values for all "GNUNET_FS_STATUS_UNINDEX_*" events.
1417 */ 1417 */
1418 struct 1418 struct GNUNET_FS_UnindexEvent
1419 { 1419 {
1420 /** 1420 /**
1421 * Context for controlling the unindexing. 1421 * Context for controlling the unindexing.
@@ -1466,7 +1466,7 @@ struct GNUNET_FS_ProgressInfo
1466 * These values are only valid for 1466 * These values are only valid for
1467 * #GNUNET_FS_STATUS_UNINDEX_PROGRESS events. 1467 * #GNUNET_FS_STATUS_UNINDEX_PROGRESS events.
1468 */ 1468 */
1469 struct 1469 struct GNUNET_FS_UnindexProgressEvent
1470 { 1470 {
1471 /** 1471 /**
1472 * Data block we just unindexed. 1472 * Data block we just unindexed.
@@ -1494,7 +1494,7 @@ struct GNUNET_FS_ProgressInfo
1494 * These values are only valid for 1494 * These values are only valid for
1495 * #GNUNET_FS_STATUS_UNINDEX_RESUME events. 1495 * #GNUNET_FS_STATUS_UNINDEX_RESUME events.
1496 */ 1496 */
1497 struct 1497 struct GNUNET_FS_UnindexResumeEvent
1498 { 1498 {
1499 /** 1499 /**
1500 * Error message, NULL if we have not encountered any error yet. 1500 * Error message, NULL if we have not encountered any error yet.
@@ -1506,7 +1506,7 @@ struct GNUNET_FS_ProgressInfo
1506 * These values are only valid for 1506 * These values are only valid for
1507 * #GNUNET_FS_STATUS_UNINDEX_ERROR events. 1507 * #GNUNET_FS_STATUS_UNINDEX_ERROR events.
1508 */ 1508 */
1509 struct 1509 struct GNUNET_FS_UnindexErrorEvent
1510 { 1510 {
1511 /** 1511 /**
1512 * Error message. 1512 * Error message.