Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove the create_resource entry point in resource model APIs
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 20 Dec 2012 08:33:36 +0000 (09:33 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 20 Dec 2012 08:33:36 +0000 (09:33 +0100)
That's a leftover from ancient times that is not used anymore.
Instead, these functions are registered by each model as callbacks
within the sg_platf mechanism, which is now the unique way to create
resources (we had up to 3 different ways to create resources in the
code base :)


No differences found