From 608570dffd97eae1be92acce8e1a382d50a67229 Mon Sep 17 00:00:00 2001 From: drotos Date: Thu, 25 Jan 2007 09:26:36 +0000 Subject: [PATCH] (c) and svn info, formatting style for emacs git-svn-id: svn+ssh://cvs.lpds.sztaki.hu/var/lib/svn/szdg/dcapi/trunk@1012 a7169a2c-3604-0410-bc95-c702d8d87f7a --- dcapi/local/local_master.c | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/dcapi/local/local_master.c b/dcapi/local/local_master.c index 664dd07e37..13d443843c 100644 --- a/dcapi/local/local_master.c +++ b/dcapi/local/local_master.c @@ -1,3 +1,15 @@ +/* + * local/local_master.c + * + * DC-API functions of master side + * + * (c) Gabor Vida 2005-2006, Daniel Drotos, 2007 + */ + +/* $Id: $ */ +/* $Date: $ */ +/* $Revision: $ */ + #ifdef HAVE_CONFIG_H #include #endif @@ -734,3 +746,13 @@ int DC_setWUPriority(DC_Workunit *wu, int priority) return 0; } +DC_getWUState(DC_Workunit *wu) +{ + return(DC_WU_UNKNOWN); +} + +/* End of local/local_master.c */ + +/* Local variables: */ +/* c-file-style: "linux" */ +/* End: */