Selaa lähdekoodia

Add TODO for Lua

bel 8 vuotta sitten
vanhempi
commit
ef50d8b37f
2 muutettua tiedostoa jossa 3 lisäystä ja 1 poistoa
  1. 2 0
      src/main.c
  2. 1 1
      src/third_party/civetweb_lua.h

+ 2 - 0
src/main.c

@@ -779,6 +779,8 @@ set_absolute_path(char *options[],
 
 
 #ifdef USE_LUA
 #ifdef USE_LUA
 
 
+/* TODO: Move to civetweb.c, use config lua_background_script, start in mg_start, allow access to server state, set mg.sleep or use timer */
+
 #include "civetweb_lua.h"
 #include "civetweb_lua.h"
 #include "civetweb_private_lua.h"
 #include "civetweb_private_lua.h"
 
 

+ 1 - 1
src/third_party/civetweb_lua.h

@@ -1,4 +1,4 @@
-/* Copyright (c) 2015 the Civetweb developers
+/* Copyright (c) 2015-2016 the Civetweb developers
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
  * of this software and associated documentation files (the "Software"), to deal