Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/bin Modified Files: evfs_main.c evfs_metadata.c Log Message: * Yet more metadata work =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_main.c,v retrieving revision 1.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- evfs_main.c 24 Jun 2006 13:01:04 -0000 1.47 +++ evfs_main.c 24 Jun 2006 16:59:02 -0000 1.48 @@ -219,6 +219,13 @@ case EVFS_CMD_METADATA_RETRIEVE: evfs_handle_metadata_command(client,command); break; + + case EVFS_CMD_METADATA_FILE_SET: + printf("Key/value: %s -> %s\n", command->file_command.ref, command->file_command.ref2); + break; + case EVFS_CMD_METADATA_FILE_GET: + break; + default: printf("Warning - unhandled command %d\n", command->type); break; @@ -451,7 +458,7 @@ evfs_io_initialise(); evfs_vfolder_initialise(); evfs_operation_initialise(); - evfs_metadata_init(); + evfs_metadata_initialise(); if ((server->ipc_server = ecore_ipc_server_connect(ECORE_IPC_LOCAL_USER, EVFS_IPC_TITLE, 0, =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/bin/evfs_metadata.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- evfs_metadata.c 24 Jun 2006 13:01:04 -0000 1.2 +++ evfs_metadata.c 24 Jun 2006 16:59:02 -0000 1.3 @@ -42,7 +42,7 @@ return edd; } -void evfs_metadata_init() +void evfs_metadata_initialise() { struct stat config_dir_stat; Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs