 e9e76e144c
			
		
	
	
		e9e76e144c
		
			
		
	
	
	
	
		
			
			* RPC: Update protobuf sources * RPC: Implement storage_stat_request * RPC: Test storage_stat_request * FuriRecord: fix use after free in destroy method. * Furi: refactor PubSub and it's usage. Fix allocation in RPC. * FuriCore: fix memory leak in pubsub * FuriCore: update unsubscribe method signature in pubsub, make subscription structure lighter. * FuriCore: remove dead code Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
		
			
				
	
	
		
			47 lines
		
	
	
		
			1011 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1011 B
		
	
	
	
		
			C
		
	
	
	
	
	
| /* Automatically generated nanopb constant definitions */
 | |
| /* Generated by nanopb-0.4.5 */
 | |
| 
 | |
| #include "storage.pb.h"
 | |
| #if PB_PROTO_HEADER_VERSION != 40
 | |
| #error Regenerate this file with the current version of nanopb generator.
 | |
| #endif
 | |
| 
 | |
| PB_BIND(PB_Storage_File, PB_Storage_File, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_StatRequest, PB_Storage_StatRequest, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_StatResponse, PB_Storage_StatResponse, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_ListRequest, PB_Storage_ListRequest, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_ListResponse, PB_Storage_ListResponse, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_ReadRequest, PB_Storage_ReadRequest, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_ReadResponse, PB_Storage_ReadResponse, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_WriteRequest, PB_Storage_WriteRequest, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_DeleteRequest, PB_Storage_DeleteRequest, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_MkdirRequest, PB_Storage_MkdirRequest, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_Md5sumRequest, PB_Storage_Md5sumRequest, AUTO)
 | |
| 
 | |
| 
 | |
| PB_BIND(PB_Storage_Md5sumResponse, PB_Storage_Md5sumResponse, AUTO)
 | |
| 
 | |
| 
 | |
| 
 | |
| 
 |