Enlightenment CVS committal Author : chaos Project : e17 Module : apps/evfs
Dir : e17/apps/evfs/src/lib Modified Files: Makefile.am evfs_commands.c Log Message: * API changes, allow stat on dir listing for each file * Actually kill child worker properly after our daemon client exits =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/lib/Makefile.am,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- Makefile.am 16 Aug 2007 11:31:17 -0000 1.22 +++ Makefile.am 19 Aug 2007 01:30:08 -0000 1.23 @@ -34,11 +34,12 @@ $(top_srcdir)/src/common/evfs_vfolder.c \ $(top_srcdir)/src/common/evfs_misc.c \ $(top_srcdir)/src/common/evfs_common.c \ + $(top_srcdir)/src/common/evfs_filereference.c \ $(top_srcdir)/src/common/evfs_command.c \ $(top_srcdir)/src/bin/evfs_metadata.c \ $(top_srcdir)/src/bin/evfs_metadata_db.c \ $(top_srcdir)/src/common/evfs_server.c \ - $(top_srcdir)/src/bin/evfs_trash.c + $(top_srcdir)/src/bin/evfs_trash.c libevfs_la_LIBADD = \ @ECORE_LIBS@ \ =================================================================== RCS file: /cvs/e/e17/apps/evfs/src/lib/evfs_commands.c,v retrieving revision 1.41 retrieving revision 1.42 diff -u -3 -r1.41 -r1.42 --- evfs_commands.c 18 Aug 2007 01:52:09 -0000 1.41 +++ evfs_commands.c 19 Aug 2007 01:30:08 -0000 1.42 @@ -89,13 +89,14 @@ } long -evfs_client_dir_list(evfs_connection * conn, EvfsFilereference * file) +evfs_client_dir_list(evfs_connection * conn, EvfsFilereference * file, int options) { evfs_command *command = evfs_client_command_new(); long id = command->client_identifier; command->type = EVFS_CMD_LIST_DIR; command->file_command->files = evas_list_append( command->file_command->files, file); + command->options = options; evfs_write_command(conn, command); evas_list_free(command->file_command->files); ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs